From 26efdc5621043d28dc0c78addc7b7a75d1591a10 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 19 Nov 2013 00:29:42 +0000 Subject: llvm-dwarfdump: support for emitting only the debug_types section using -debug-dump git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195063 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/dwarfdump-type-units.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/DebugInfo/dwarfdump-type-units.test') diff --git a/test/DebugInfo/dwarfdump-type-units.test b/test/DebugInfo/dwarfdump-type-units.test index 311a77a41b..5fca81d70f 100644 --- a/test/DebugInfo/dwarfdump-type-units.test +++ b/test/DebugInfo/dwarfdump-type-units.test @@ -1,6 +1,7 @@ RUN: llvm-dwarfdump %p/Inputs/dwarfdump-type-units.elf-x86-64 > %t RUN: cat %t | FileCheck -check-prefix=FOO %s RUN: cat %t | FileCheck -check-prefix=BAR %s +RUN: llvm-dwarfdump -debug-dump=types %p/Inputs/dwarfdump-type-units.elf-x86-64 | FileCheck -check-prefix=TYPES %s FOO: debug_info contents: FOO: DW_TAG_variable @@ -26,3 +27,6 @@ BAR: DW_TAG_type_unit BAR-NOT: NULL BAR: 0x0000[[BAR_OFF]]: DW_TAG_structure_type BAR-NEXT: DW_AT_name {{.*}}"bar" + +TYPES-NOT: debug_info contents: +TYPES: debug_types contents: -- cgit v1.2.3