Skip to content

Commit 676bda5

Browse files
committed
[compiler-rt] Do not build compiler-rt on iOS
Compiler-rt is not supported on iOS, it fails to build (for example, because xpc.h is absent), so do not attempt to build it.
1 parent a1c1693 commit 676bda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ function set_deployment_target_based_options() {
528528
-DLLVM_HOST_TRIPLE:STRING="${llvm_host_triple}"
529529
-DLLVM_ENABLE_LIBCXX:BOOL=TRUE
530530
-DLLVM_TOOL_COMPILER_RT_BUILD:BOOL="$(false_true ${SKIP_COMPILER_RT})"
531-
-DCOMPILER_RT_ENABLE_IOS:BOOL="$(false_true ${SKIP_IOS})"
531+
-DCOMPILER_RT_ENABLE_IOS:BOOL=FALSE
532532
-DCOMPILER_RT_ENABLE_WATCHOS:BOOL=FALSE
533533
-DCOMPILER_RT_ENABLE_TVOS:BOOL=FALSE
534534
)

0 commit comments

Comments
 (0)