[PATCH] D75213: RFC: More principled implementation of DISubprogram::describes()
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 11:51:52 PST 2020
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
Okay, LGTM then, as long as...
In D75213#1896981 <https://reviews.llvm.org/D75213#1896981>, @aprantl wrote:
> ThinLTO and FullLTO stage builds of all dependencies of check-clang succeeded with this change.
Did you confirm that none of the debug info was stripped? IIRC, if debug info doesn't verify during LTO it gets stripped rather than causing a failure.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75213/new/
https://reviews.llvm.org/D75213
More information about the llvm-commits
mailing list