summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/c-type-units.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/X86/c-type-units.ll')
-rw-r--r--test/DebugInfo/X86/c-type-units.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/c-type-units.ll b/test/DebugInfo/X86/c-type-units.ll
index 7fbbf7a3f0..f931d51456 100644
--- a/test/DebugInfo/X86/c-type-units.ll
+++ b/test/DebugInfo/X86/c-type-units.ll
@@ -1,6 +1,6 @@
; REQUIRES: object-emission
-; RUN: llc -o - %s -filetype=obj -O0 -generate-type-units -mtriple=x86_64-unknown-linux-gnu | llvm-dwarfdump -debug-dump=info - | FileCheck %s
+; RUN: llc -o - %s -filetype=obj -O0 -generate-dwarf-pub-sections=Disable -generate-type-units -mtriple=x86_64-unknown-linux-gnu | llvm-dwarfdump -debug-dump=types - | FileCheck %s
; struct foo {
; } f;