Skip to content

Commit 42d2e68

Browse files
committed
[Fuchsia] Use IR PGO in the Fuchsia toolchain build
After #155957 pointed it out, we're actually using the frontend PGO in the Fuchsia cmake cache files.
1 parent 084fe21 commit 42d2e68

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)