[Fuchsia] Use IR PGO in the Fuchsia toolchain build (#156060)

After #155957 pointed it out, we're actually using the frontend PGO in
the Fuchsia cmake cache files.
This commit is contained in:
Paul Kirth
2025-08-29 10:34:20 -07:00
committed by GitHub
parent 8cc1d6fb21
commit a22d4dee3e

View File

@@ -179,7 +179,7 @@ set(BOOTSTRAP_LLVM_ENABLE_LLD ON CACHE BOOL "")
set(BOOTSTRAP_LLVM_ENABLE_LTO ON CACHE BOOL "")
if(FUCHSIA_ENABLE_PGO)
set(BOOTSTRAP_LLVM_BUILD_INSTRUMENTED ON CACHE BOOL "")
set(BOOTSTRAP_LLVM_BUILD_INSTRUMENTED IR CACHE BOOL "")
set(_FUCHSIA_BOOTSTRAP_TARGETS
generate-profdata