| commit | cc4e4d80fe58c89f48ffe29f24e286ea38f241bf | [log] [tgz] |
|---|---|---|
| author | Manman Ren <manman.ren@gmail.com> | Fri Jul 26 20:04:30 2013 +0000 |
| committer | Manman Ren <manman.ren@gmail.com> | Fri Jul 26 20:04:30 2013 +0000 |
| tree | 618e816dda00db0d0e0c8153374fc5b2581d986e | |
| parent | 6912415f3fea34364f54e4ef267355e0baf4440c [diff] |
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