[clang] [llvm] [InstrPGO] Support cold function coverage instrumentation (PR #109837)
Abhina Sree via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 30 05:33:00 PDT 2024
abhina-sree wrote:
> > Hi, this PR is causing a regression on the AIX bot here https://lab.llvm.org/buildbot/#/builders/64/builds/1321/steps/6/logs/FAIL__Clang__pgo-cold-function-coverage_c. Would you be able to take a look? I think it can be resolved by using clang_cc1 in the testcase of marking it unsupported for AIX (see [951919e](https://github.com/llvm/llvm-project/commit/951919e5112cabbd63c7a3bf424736efca81d964))
>
> Sorry for the breakage, looks like we can bypass it by adding `--target=` like [f92551b](https://github.com/llvm/llvm-project/commit/f92551ba6b5aaef28d886ea6b3c4f9774fa8fadd)
Thank you for the quick fix!
https://github.com/llvm/llvm-project/pull/109837
More information about the cfe-commits
mailing list