summaryrefslogtreecommitdiff
path: root/test/DebugInfo/dwarfdump-pubnames.test
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-11-01 17:53:30 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-11-01 17:53:30 +0000
commit2e110c3fa62bce0182c1635964f5e09e34e3cbb5 (patch)
tree5c87038de5083a5105934556656693bf35761326 /test/DebugInfo/dwarfdump-pubnames.test
parent26cc826a0e4693b861776d6b349d41d0e5c2678e (diff)
downloadllvm-2e110c3fa62bce0182c1635964f5e09e34e3cbb5.tar.gz
llvm-2e110c3fa62bce0182c1635964f5e09e34e3cbb5.tar.bz2
llvm-2e110c3fa62bce0182c1635964f5e09e34e3cbb5.tar.xz
DebugInfo: Make pubnames header printing similar to unit header printing
In a failed attempt to allow the gnu-public-names.ll test case to not hardcode the size of the unit that the pubnames section referred to I've at least managed to have unit headers and pubnames headers print out in a similar style. This failed to achieve the desired goal because the header in a unit specifies the length of the unit without the length element of the header whereas the length in the pubnames includes this element, so the numbers are off by 4 bytes. I don't know of any arithmetic powers in FileCheck so the test case can't simply say "CU_LENGTH + 4". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193872 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/dwarfdump-pubnames.test')
-rw-r--r--test/DebugInfo/dwarfdump-pubnames.test5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/DebugInfo/dwarfdump-pubnames.test b/test/DebugInfo/dwarfdump-pubnames.test
index 1520036660..215953abe7 100644
--- a/test/DebugInfo/dwarfdump-pubnames.test
+++ b/test/DebugInfo/dwarfdump-pubnames.test
@@ -2,10 +2,7 @@ RUN: llvm-dwarfdump %p/Inputs/dwarfdump-pubnames.elf-x86-64 \
RUN: -debug-dump=pubnames | FileCheck %s
CHECK: .debug_pubnames contents:
-CHECK: Length: 161
-CHECK: Version: 2
-CHECK: Offset in .debug_info: 0
-CHECK: Size: 321
+CHECK: length = 0x000000a1 version = 0x0002 unit_offset = 0x00000000 unit_size = 0x00000141
CHECK: Offset Name
CHECK: 0x00000098 "global_namespace_variable"