From 36a02c02895ec18953c1bf1e87b78f8c8b8d7947 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 16 Oct 2013 21:21:51 +0000 Subject: [PATCH] Update test case due to DIE hashing in r192836 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192850 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/fission-hash.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/DebugInfo/X86/fission-hash.ll b/test/DebugInfo/X86/fission-hash.ll index f0fe0d4cd5b..1cfbf4439fb 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] (0x2410f0bbc44241ed) +; CHECK: DW_AT_GNU_dwo_id [DW_FORM_data8] (0x2410f0bbc44241ed) !llvm.dbg.cu = !{!0} !llvm.module.flags = !{!3} -- 2.34.1