summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-08-28 00:10:38 +0000
committerEric Christopher <echristo@gmail.com>2013-08-28 00:10:38 +0000
commit7ced4fa25778d646b29e1fb92ef8de01d279e57a (patch)
tree00885bad3b863a8740d2a9dcdd4142888413fc80 /test/DebugInfo
parent1997734e37775a68182b3fd508a52e0c28ff36f8 (diff)
downloadllvm-7ced4fa25778d646b29e1fb92ef8de01d279e57a.tar.gz
llvm-7ced4fa25778d646b29e1fb92ef8de01d279e57a.tar.bz2
llvm-7ced4fa25778d646b29e1fb92ef8de01d279e57a.tar.xz
Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashing
algorithm. Update the split dwarf hashing testcase accordingly - this should be the last time that the hash of an empty file changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-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 f0fe0d4cd5..c4ba9ca75c 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] (0xa188c11a9264c05d)
-; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0xa188c11a9264c05d)
+; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0xc357bdf055b6393d)
+; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0xc357bdf055b6393d)
!llvm.dbg.cu = !{!0}
!llvm.module.flags = !{!3}