[clang] Avoid Assertion Failure Using -fcs-profile-generate with distributed thin-lto (PR #129736)

Teresa Johnson via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 6 11:25:46 PST 2025


https://github.com/teresajohnson approved this pull request.

lgtm with the change suggested by @ellishg to use getProfileGenName. I believe we always specify a profile filename using the `=` form of the option, which is why we have not encountered this issue.

https://github.com/llvm/llvm-project/pull/129736


More information about the cfe-commits mailing list