summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-10-16 23:36:20 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-10-16 23:36:20 +0000
commitc0987082206d202c20ebe1d528c1b28a875160ac (patch)
tree2e6357bfceef3f8d6c4bcf8a60360861480a77cf /test
parenta85ad23a1fb6f7465705a5b69dad3d5e77d20df0 (diff)
downloadllvm-c0987082206d202c20ebe1d528c1b28a875160ac.tar.gz
llvm-c0987082206d202c20ebe1d528c1b28a875160ac.tar.bz2
llvm-c0987082206d202c20ebe1d528c1b28a875160ac.tar.xz
DIEHash: Use DW_FORM_sdata for integers, per spec.
This allows us to produce the same hash as GCC for at least some simple examples. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/DebugInfo/X86/fission-hash.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/X86/fission-hash.ll b/test/DebugInfo/X86/fission-hash.ll
index 1cfbf4439f..969b21c4d8 100644
--- a/test/DebugInfo/X86/fission-hash.ll
+++ b/test/DebugInfo/X86/fission-hash.ll
@@ -3,8 +3,8 @@
; The source is an empty file.
-; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x2410f0bbc44241ed)
-; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x2410f0bbc44241ed)
+; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x63fc20b98dd69e2d)
+; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x63fc20b98dd69e2d)
!llvm.dbg.cu = !{!0}
!llvm.module.flags = !{!3}