[llvm] r192850 - Update test case due to DIE hashing in r192836

David Blaikie dblaikie at gmail.com
Wed Oct 16 14:21:52 PDT 2013


Author: dblaikie
Date: Wed Oct 16 16:21:51 2013
New Revision: 192850

URL: http://llvm.org/viewvc/llvm-project?rev=192850&view=rev
Log:
Update test case due to DIE hashing in r192836

Modified:
    llvm/trunk/test/DebugInfo/X86/fission-hash.ll

Modified: llvm/trunk/test/DebugInfo/X86/fission-hash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/fission-hash.ll?rev=192850&r1=192849&r2=192850&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/fission-hash.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/fission-hash.ll Wed Oct 16 16:21:51 2013
@@ -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] (0x2410f0bbc44241ed)
+; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x2410f0bbc44241ed)
 
 !llvm.dbg.cu = !{!0}
 !llvm.module.flags = !{!3}





More information about the llvm-commits mailing list