[clang] [Clang][Driver][SamplePGO] Introduce -fno_sample_profile_use_profi flag for SamplePGO (PR #145957)
Jake Egan via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 3 20:36:45 PDT 2025
jakeegan wrote:
Hi, this test is failing on the AIX bot because `error: unsupported option '-fprofile-sample-use=' for target 'powerpc64-ibm-aix7.2.0.0'`
https://lab.llvm.org/buildbot/#/builders/64/builds/4573/steps/6/logs/FAIL__Clang__pgo-sample-use-profi_c
Could you do a workaround like this https://github.com/llvm/llvm-project/commit/f92551ba6b5aaef28d886ea6b3c4f9774fa8fadd? Otherwise, might have to make it unsupported for AIX.
https://github.com/llvm/llvm-project/pull/145957
More information about the cfe-commits
mailing list