File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22// RUN: rm -rf %t && split-file %s %t && cd %t
33// RUN: llvm-mc -filetype=obj -arm-add-build-attributes -triple=armv6m-none-eabi asm -o v6m.o
44// RUN: ld.lld --script=lds v6m.o -o v6m
5- // RUN: llvm-objdump --no-print-imm-hex --no-show-raw-insn -d v6m --triple=armv6m-none-eabi
5+ // RUN: llvm-objdump --no-print-imm-hex --no-show-raw-insn -d v6m --triple=armv6m-none-eabi | FileCheck %s
66
77// RUN: llvm-mc -filetype=obj -arm-add-build-attributes -triple=armv8m.base-none-eabi asm -o v8m.o
88// RUN: ld.lld --script=lds v8m.o -o v8m
@@ -33,7 +33,7 @@ _start:
3333// CHECK-NEXT: ldr r0, [pc, #4]
3434// CHECK-NEXT: str r0, [sp, #4]
3535// CHECK-NEXT: pop {r0, pc}
36- // CHECK-NEXT: bo01 20 00 01 .word 0x01002001
36+ // CHECK-NEXT: 01 20 00 01 .word 0x01002001
3737
3838// CHECKV8BASE-LABEL: <__Thumbv7ABSLongThunk_far>:
3939// CHECKV8BASE-NEXT: 2000: b.w 0x1002000 <far>
You can’t perform that action at this time.
0 commit comments