Add an IR Verifier check for orphaned DICompileUnits. 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.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks, committed as r264657 (including a new testcase that my git diff didn't pick up when sending out this review).