13 lines · plain
1# RUN: llvm-mc -triple bpfel -filetype=obj < %s \2# RUN: | llvm-objdump --no-print-imm-hex --no-show-raw-insn -d - \3# RUN: | FileCheck %s4 5.equ foo, -16 if r1 > r2 goto foo + 27 exit8 exit9 10# CHECK: if r1 > r2 goto +111# CHECK: exit12# CHECK: exit13