diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-10-16 21:21:51 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-10-16 21:21:51 +0000 |
commit | 36a02c02895ec18953c1bf1e87b78f8c8b8d7947 (patch) | |
tree | a651e7e4625f7237ce7b20d11a317df9e9314b76 /test/DebugInfo | |
parent | dceac4c5a611f26ebcc88c75cc39075c7df2466e (diff) | |
download | external_llvm-36a02c02895ec18953c1bf1e87b78f8c8b8d7947.zip external_llvm-36a02c02895ec18953c1bf1e87b78f8c8b8d7947.tar.gz external_llvm-36a02c02895ec18953c1bf1e87b78f8c8b8d7947.tar.bz2 |
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
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 f0fe0d4..1cfbf44 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} |