We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f130080 + 36a19c5 commit d91f354Copy full SHA for d91f354
clang/cmake/caches/Fuchsia.cmake
@@ -76,6 +76,9 @@ foreach(variable ${_FUCHSIA_BOOTSTRAP_PASSTHROUGH})
76
get_property(value CACHE ${variable} PROPERTY VALUE)
77
get_property(type CACHE ${variable} PROPERTY TYPE)
78
set(BOOTSTRAP_${variable} "${value}" CACHE ${type} "")
79
+ if(FUCHSIA_ENABLE_PGO)
80
+ set(BOOTSTRAP_BOOTSTRAP_${variable} "${value}" CACHE ${type} "")
81
+ endif()
82
endif()
83
endforeach()
84
0 commit comments