Revert "DebugInfo: Move type units into the debug_types section with appropriate...
[oota-llvm.git] / test / DebugInfo / X86 / c-type-units.ll
index f931d5145647bda48fc217bb3ea9616356c166e8..7fbbf7a3f025bb7432584706c43201b9cffbcf62 100644 (file)
@@ -1,6 +1,6 @@
 ; REQUIRES: object-emission
 
-; 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
+; RUN: llc -o - %s -filetype=obj -O0 -generate-type-units -mtriple=x86_64-unknown-linux-gnu | llvm-dwarfdump -debug-dump=info - | FileCheck %s
 
 ; struct foo {
 ; } f;