[clang] [llvm] [InstrPGO] Support cold function coverage instrumentation (PR #109837)

Lei Wang via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 29 13:27:12 PDT 2024


wlei-llvm 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 https://github.com/llvm/llvm-project/commit/f92551ba6b5aaef28d886ea6b3c4f9774fa8fadd

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


More information about the cfe-commits mailing list