Skip to content

Commit a22d4de

Browse files
authored
[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.
1 parent 8cc1d6f commit a22d4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/cmake/caches/Fuchsia.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ set(BOOTSTRAP_LLVM_ENABLE_LLD ON CACHE BOOL "")
179179
set(BOOTSTRAP_LLVM_ENABLE_LTO ON CACHE BOOL "")
180180

181181
if(FUCHSIA_ENABLE_PGO)
182-
set(BOOTSTRAP_LLVM_BUILD_INSTRUMENTED ON CACHE BOOL "")
182+
set(BOOTSTRAP_LLVM_BUILD_INSTRUMENTED IR CACHE BOOL "")
183183

184184
set(_FUCHSIA_BOOTSTRAP_TARGETS
185185
generate-profdata

0 commit comments

Comments
 (0)