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 d214373 commit fc1735cCopy full SHA for fc1735c
utils/build-script-impl
@@ -423,7 +423,7 @@ function set_deployment_target_based_options() {
423
-DLLVM_HOST_TRIPLE:STRING="${llvm_host_triple}"
424
-DLLVM_ENABLE_LIBCXX:BOOL=TRUE
425
)
426
- if [[ -n "${LLVM_ENABLE_LTO}" ]]; then
+ if [[ $(true_false "${LLVM_ENABLE_LTO}") = "TRUE" ]]; then
427
llvm_cmake_options=(
428
"${llvm_cmake_options[@]}"
429
"-DCMAKE_C_FLAGS=-O2 -flto -gline-tables-only -fno-stack-protector "
0 commit comments