summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/dwarf-comp-dir.ll
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-07-26 20:04:30 +0000
committerManman Ren <manman.ren@gmail.com>2013-07-26 20:04:30 +0000
commitcc4e4d80fe58c89f48ffe29f24e286ea38f241bf (patch)
tree618e816dda00db0d0e0c8153374fc5b2581d986e /llvm/test/CodeGen/X86/dwarf-comp-dir.ll
parent6912415f3fea34364f54e4ef267355e0baf4440c (diff)
downloadbcm5719-llvm-cc4e4d80fe58c89f48ffe29f24e286ea38f241bf.tar.gz
bcm5719-llvm-cc4e4d80fe58c89f48ffe29f24e286ea38f241bf.zip
Debug Info Verifier: enable verification of DICompileUnit.
We used to call Verify before adding DICompileUnit to the list, and now we remove the check and always add DICompileUnit to the list in DebugInfoFinder, so we can verify them later on. llvm-svn: 187237
Diffstat (limited to 'llvm/test/CodeGen/X86/dwarf-comp-dir.ll')
-rw-r--r--llvm/test/CodeGen/X86/dwarf-comp-dir.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/dwarf-comp-dir.ll b/llvm/test/CodeGen/X86/dwarf-comp-dir.ll
index 3bc2957963e..33d0165bfa3 100644
--- a/llvm/test/CodeGen/X86/dwarf-comp-dir.ll
+++ b/llvm/test/CodeGen/X86/dwarf-comp-dir.ll
@@ -6,7 +6,7 @@ target triple = "x86_64-unknown-linux-gnu"
!llvm.dbg.cu = !{!0}
-!0 = metadata !{i32 720913, metadata !4, i32 12, metadata !"clang version 3.1 (trunk 143523)", i1 true, i1 true, metadata !"", i32 0, metadata !1, metadata !1, metadata !1, metadata !1} ; [ DW_TAG_compile_unit ]
+!0 = metadata !{i32 720913, metadata !4, i32 12, metadata !"clang version 3.1 (trunk 143523)", i1 true, metadata !"", i32 0, metadata !2, metadata !2, metadata !1, metadata !1, null, metadata !""} ; [ DW_TAG_compile_unit ]
!1 = metadata !{metadata !2}
!2 = metadata !{i32 0}
!3 = metadata !{i32 786473, metadata !4} ; [ DW_TAG_file_type ]
OpenPOWER on IntegriCloud