brintos

brintos / llvm-project-archived public Read only

0
0
Text · 280 B · 9557593 Raw
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