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 a1c1693 commit 676bda5Copy full SHA for 676bda5
utils/build-script-impl
@@ -528,7 +528,7 @@ function set_deployment_target_based_options() {
528
-DLLVM_HOST_TRIPLE:STRING="${llvm_host_triple}"
529
-DLLVM_ENABLE_LIBCXX:BOOL=TRUE
530
-DLLVM_TOOL_COMPILER_RT_BUILD:BOOL="$(false_true ${SKIP_COMPILER_RT})"
531
- -DCOMPILER_RT_ENABLE_IOS:BOOL="$(false_true ${SKIP_IOS})"
+ -DCOMPILER_RT_ENABLE_IOS:BOOL=FALSE
532
-DCOMPILER_RT_ENABLE_WATCHOS:BOOL=FALSE
533
-DCOMPILER_RT_ENABLE_TVOS:BOOL=FALSE
534
)
0 commit comments