aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO/ARM/llvm-objdump-macho-stripped.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/MachO/ARM/llvm-objdump-macho-stripped.s')
-rw-r--r--test/MC/MachO/ARM/llvm-objdump-macho-stripped.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/MachO/ARM/llvm-objdump-macho-stripped.s b/test/MC/MachO/ARM/llvm-objdump-macho-stripped.s
new file mode 100644
index 0000000..7fcec52
--- /dev/null
+++ b/test/MC/MachO/ARM/llvm-objdump-macho-stripped.s
@@ -0,0 +1,5 @@
+@ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s
+ nop
+# CHECK: 0: 00 bf nop
+# We are checking that disassembly happens when there are no symbols.
+# rdar://11460289