mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user