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 b850bc6 commit 824a3e6Copy full SHA for 824a3e6
utils/build-script-impl
@@ -651,7 +651,7 @@ function set_build_options_for_host() {
651
652
# We don't currently support building compiler-rt for cross-compile targets.
653
# It's not clear that's useful anyway.
654
- if is_cross_tools_host "${host}"; then
+ if [[ $(is_cross_tools_host "${host}") ]] ; then
655
llvm_cmake_options+=(
656
-DLLVM_TOOL_COMPILER_RT_BUILD:BOOL=FALSE
657
-DLLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL=FALSE
0 commit comments