summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r--llvm/test/ExecutionEngine/RuntimeDyld/X86/MachO_empty_ehframe.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/X86/MachO_empty_ehframe.s b/llvm/test/ExecutionEngine/RuntimeDyld/X86/MachO_empty_ehframe.s
new file mode 100644
index 00000000000..d912867b8ec
--- /dev/null
+++ b/llvm/test/ExecutionEngine/RuntimeDyld/X86/MachO_empty_ehframe.s
@@ -0,0 +1,7 @@
+# RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %T/empty_eh_frame.o %s
+# RUN: llvm-rtdyld -verify -triple=x86_64-apple-macosx10.9 %T/empty_eh_frame.o
+
+ .section __TEXT,__eh_frame
+ .macosx_version_min 10, 10
+
+.subsections_via_symbols
OpenPOWER on IntegriCloud