summaryrefslogtreecommitdiffstats
path: root/llvm/test/Verifier/dbg-orphaned-compileunit.ll
Commit message (Collapse)AuthorAgeFilesLines
* [IR/Verifier] List the CU we weren't able to find in `llvm.dbg.cu`.Davide Italiano2017-02-201-1/+2
| | | | llvm-svn: 295678
* Add an IR Verifier check for orphaned DICompileUnits.Adrian Prantl2016-03-281-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
OpenPOWER on IntegriCloud