diff options
Diffstat (limited to 'test/MC/ARM/nop-armv6t2-padding.s')
-rw-r--r-- | test/MC/ARM/nop-armv6t2-padding.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/MC/ARM/nop-armv6t2-padding.s b/test/MC/ARM/nop-armv6t2-padding.s deleted file mode 100644 index 0e257186caa3a..0000000000000 --- a/test/MC/ARM/nop-armv6t2-padding.s +++ /dev/null @@ -1,10 +0,0 @@ -@ RUN: llvm-mc -triple armv6t2-apple-darwin %s -filetype=obj -o %t.obj -@ RUN: macho-dump --dump-section-data < %t.obj > %t.dump -@ RUN: FileCheck %s < %t.dump - -x: - add r0, r1, r2 - .align 4 - add r0, r1, r2 - -@ CHECK: ('_section_data', '020081e0 007820e3 007820e3 007820e3 020081e0') |