13 lines · plain
1# RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t2# RUN: llvm-objdump --no-print-imm-hex -d %t | tr '\t' '|' | FileCheck --match-full-lines --strict-whitespace %s3 4## Use '|' to show where the tabs line up.5# CHECK:0000000000000000 <.text>:6# CHECK-NEXT: 0: 91001062 |add|x2, x3, #4{{$}}7# CHECK-NEXT: 4: d503201f |nop8# CHECK-NEXT: 8: ff ff 00 00 |.word|0x0000ffff9 10 add x2, x3, #411 nop12 .word 0xffff13