diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-10-16 23:36:20 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-10-16 23:36:20 +0000 |
commit | c0987082206d202c20ebe1d528c1b28a875160ac (patch) | |
tree | 2e6357bfceef3f8d6c4bcf8a60360861480a77cf /test/DebugInfo | |
parent | a85ad23a1fb6f7465705a5b69dad3d5e77d20df0 (diff) | |
download | external_llvm-c0987082206d202c20ebe1d528c1b28a875160ac.zip external_llvm-c0987082206d202c20ebe1d528c1b28a875160ac.tar.gz external_llvm-c0987082206d202c20ebe1d528c1b28a875160ac.tar.bz2 |
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/DebugInfo')
-rw-r--r-- | test/DebugInfo/X86/fission-hash.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/X86/fission-hash.ll b/test/DebugInfo/X86/fission-hash.ll index 1cfbf44..969b21c 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} |