commit | 35ef0ef906d9771f47a4b25fbe095012590e5879 | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Mar 31 02:27:32 2015 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Mar 31 02:27:32 2015 +0000 |
tree | dfa489cb98fe07a7c48f638c6d5dc035ee5f1020 | |
parent | d3cfcf96146323bd0dbc63e011f46522c36235d5 [diff] |
Verifier: Explicitly verify type references `verifyDebugInfo()` was doing two things: - Asserting on unresolved type references. - Calling `Verify()` functions for various types of debug info. The `Verify()` functions have been gutted, so rename the function to `verifyTypeRefs()` and explicitly check those. Instead of assertions, we get nice error messages now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233664 91177308-0d34-0410-b5e6-96231b3b80d8