Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [IR/Verifier] List the CU we weren't able to find in `llvm.dbg.cu`. | Davide Italiano | 2017-02-20 | 1 | -1/+2 |
| | | | | llvm-svn: 295678 | ||||
* | Add an IR Verifier check for orphaned DICompileUnits. | Adrian Prantl | 2016-03-28 | 1 | -0/+10 |
A DICompileUnit that is not listed in llvm.dbg.cu will cause assertion failures and/or crashes in the backend. The Verifier should reject this. rdar://problem/25369499 llvm-svn: 264657 |