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 4b039d3 commit 3350551Copy full SHA for 3350551
utils/build-script-impl
@@ -524,6 +524,7 @@ function set_deployment_target_based_options() {
524
-DLLVM_HOST_TRIPLE:STRING="${llvm_host_triple}"
525
-DLLVM_ENABLE_LIBCXX:BOOL=TRUE
526
-DLLVM_TOOL_COMPILER_RT_BUILD:BOOL="$(false_true ${SKIP_COMPILER_RT})"
527
+ -DLLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL="$(false_true ${SKIP_COMPILER_RT})"
528
-DCOMPILER_RT_ENABLE_IOS:BOOL=FALSE
529
-DCOMPILER_RT_ENABLE_WATCHOS:BOOL=FALSE
530
-DCOMPILER_RT_ENABLE_TVOS:BOOL=FALSE
0 commit comments