summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Inputs
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/Inputs
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/Inputs')
-rw-r--r--llvm/test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64bin2376 -> 2376 bytes
-rw-r--r--llvm/test/DebugInfo/Inputs/dwarfdump-header.s2
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64 b/llvm/test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64
index 5a6f0cf7bb3..447813419e3 100644
--- a/llvm/test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64
+++ b/llvm/test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64
Binary files differ
diff --git a/llvm/test/DebugInfo/Inputs/dwarfdump-header.s b/llvm/test/DebugInfo/Inputs/dwarfdump-header.s
index f9ebc047d57..ce51e987f38 100644
--- a/llvm/test/DebugInfo/Inputs/dwarfdump-header.s
+++ b/llvm/test/DebugInfo/Inputs/dwarfdump-header.s
@@ -111,7 +111,7 @@ TU_4_version:
.short 4 # DWARF version number
.long .debug_abbrev # Offset Into Abbrev. Section
.byte 8 # Address Size (in bytes)
- .quad 0x1122334455667788 # Type Signature
+ .quad 0x0011223344556677 # Type Signature
.long TU_4_type-TU_4_start # Type offset
# The type-unit DIE, which has a name.
.byte 2
OpenPOWER on IntegriCloud