diff options
author | Manman Ren <manman.ren@gmail.com> | 2013-07-26 20:04:30 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2013-07-26 20:04:30 +0000 |
commit | cc4e4d80fe58c89f48ffe29f24e286ea38f241bf (patch) | |
tree | 618e816dda00db0d0e0c8153374fc5b2581d986e /llvm/test/DebugInfo/X86/vector.ll | |
parent | 6912415f3fea34364f54e4ef267355e0baf4440c (diff) | |
download | bcm5719-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/DebugInfo/X86/vector.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/vector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/vector.ll b/llvm/test/DebugInfo/X86/vector.ll index 658303a57fd..0f3303259b3 100644 --- a/llvm/test/DebugInfo/X86/vector.ll +++ b/llvm/test/DebugInfo/X86/vector.ll @@ -11,7 +11,7 @@ !llvm.dbg.cu = !{!0} -!0 = metadata !{i32 786449, i32 12, metadata !6, metadata !"clang version 3.3 (trunk 171825) (llvm/trunk 171822)", i1 false, metadata !"", i32 0, metadata !1, metadata !1, metadata !1, metadata !3, metadata !3, metadata !""} ; [ DW_TAG_compile_unit ] [/Users/echristo/foo.c] [DW_LANG_C99] +!0 = metadata !{i32 786449, metadata !12, i32 12, metadata !"clang version 3.3 (trunk 171825) (llvm/trunk 171822)", i1 false, metadata !"", i32 0, metadata !1, metadata !1, metadata !1, metadata !3, metadata !3, metadata !""} ; [ DW_TAG_compile_unit ] [/Users/echristo/foo.c] [DW_LANG_C99] !1 = metadata !{i32 0} !3 = metadata !{metadata !5} !5 = metadata !{i32 786484, i32 0, null, metadata !"a", metadata !"a", metadata !"", metadata !6, i32 3, metadata !7, i32 0, i32 1, <4 x i32>* @a, null} ; [ DW_TAG_variable ] [a] [line 3] [def] |