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.
1 parent a0f4349 commit 4481e89Copy full SHA for 4481e89
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