summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/dwarfdump-header.test
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2017-03-01 19:43:29 +0000
committerPaul Robinson <paul.robinson@sony.com>2017-03-01 19:43:29 +0000
commit8932d6489194af95714c8d08c44503465c85d2c2 (patch)
tree0375fe54d2aa8f31c20c24e40cc0fcf332558c26 /llvm/test/DebugInfo/dwarfdump-header.test
parentebabd99adb9a1fef811298b1fffa2d0649185991 (diff)
downloadbcm5719-llvm-8932d6489194af95714c8d08c44503465c85d2c2.tar.gz
bcm5719-llvm-8932d6489194af95714c8d08c44503465c85d2c2.zip
[DWARF] Print leading zeros in type signature
llvm-svn: 296663
Diffstat (limited to 'llvm/test/DebugInfo/dwarfdump-header.test')
-rw-r--r--llvm/test/DebugInfo/dwarfdump-header.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/dwarfdump-header.test b/llvm/test/DebugInfo/dwarfdump-header.test
index 7c198d423f3..3947c8b438d 100644
--- a/llvm/test/DebugInfo/dwarfdump-header.test
+++ b/llvm/test/DebugInfo/dwarfdump-header.test
@@ -19,7 +19,7 @@ CHECK-LABEL: .debug_types contents:
The v4 type unit header.
-CHECK: 0x00000000: Type Unit: length = 0x0000001f version = 0x0004 abbr_offset = 0x0000 addr_size = 0x08 name = 'V4_type_unit' type_signature = 0x1122334455667788 type_offset = 0x001c (next unit at 0x00000023)
+CHECK: 0x00000000: Type Unit: length = 0x0000001f version = 0x0004 abbr_offset = 0x0000 addr_size = 0x08 name = 'V4_type_unit' type_signature = 0x0011223344556677 type_offset = 0x001c (next unit at 0x00000023)
CHECK: 0x00000017: DW_TAG_type_unit
FIXME: DWARF v5 wants type units in .debug_info[.dwo] not .debug_types[.dwo].
OpenPOWER on IntegriCloud