summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-dwarfdump/X86/multiple-sections.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-dwarfdump/X86/multiple-sections.test')
-rw-r--r--llvm/test/tools/llvm-dwarfdump/X86/multiple-sections.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-dwarfdump/X86/multiple-sections.test b/llvm/test/tools/llvm-dwarfdump/X86/multiple-sections.test
new file mode 100644
index 00000000000..9667ae95c6a
--- /dev/null
+++ b/llvm/test/tools/llvm-dwarfdump/X86/multiple-sections.test
@@ -0,0 +1,9 @@
+# RUN: llvm-mc %S/brief.s -filetype obj -triple x86_64-apple-darwin -o - \
+# RUN: | llvm-dwarfdump -debug-abbrev -debug-info - \
+# RUN: | FileCheck %s
+
+# CHECK-NOT: contents:
+# CHECK: .debug_abbrev contents:
+# CHECK-NOT: contents:
+# CHECK: .debug_info contents:
+# CHECK-NOT: contents:
OpenPOWER on IntegriCloud