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/misched-dbg-value.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/misched-dbg-value.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/misched-dbg-value.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/misched-dbg-value.ll b/llvm/test/DebugInfo/X86/misched-dbg-value.ll index 93302da5ac5..9aa362fda4a 100644 --- a/llvm/test/DebugInfo/X86/misched-dbg-value.ll +++ b/llvm/test/DebugInfo/X86/misched-dbg-value.ll @@ -89,7 +89,7 @@ attributes #1 = { nounwind readnone } !llvm.dbg.cu = !{!0} -!0 = metadata !{i32 786449, i32 12, metadata !3, metadata !"clang version 3.3 (trunk 175015)", i1 true, metadata !"", i32 0, metadata !1, metadata !10, metadata !11, metadata !29, metadata !29, metadata !""} ; [ DW_TAG_compile_unit ] [/Users/manmanren/test-Nov/rdar_13183203/test2/dry.c] [DW_LANG_C99] +!0 = metadata !{i32 786449, metadata !82, i32 12, metadata !"clang version 3.3 (trunk 175015)", i1 true, metadata !"", i32 0, metadata !1, metadata !10, metadata !11, metadata !29, metadata !29, metadata !""} ; [ DW_TAG_compile_unit ] [/Users/manmanren/test-Nov/rdar_13183203/test2/dry.c] [DW_LANG_C99] !1 = metadata !{metadata !2} !2 = metadata !{i32 786436, metadata !82, null, metadata !"", i32 128, i64 32, i64 32, i32 0, i32 0, null, metadata !4, i32 0, i32 0} ; [ DW_TAG_enumeration_type ] [line 128, size 32, align 32, offset 0] [from ] !3 = metadata !{i32 786473, metadata !82} ; [ DW_TAG_file_type ] |

