Skip to content

Commit ba2a88a

Browse files
committed
Rely on macOS deployment target set by compiler-rt for sanitizers
Using newer targets can lead to build failures, see llvm/llvm-project@41c5288 llvm/llvm-project@b87fc09 This has no effect currently, it is meant to support the switch to `LLVM_ENABLE_RUNTIMES` to build compiler-rt -- #58465 Addresses rdar://99140817
1 parent 0d1c336 commit ba2a88a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

-1
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,6 @@ function set_build_options_for_host() {
735735
-DCOMPILER_RT_ENABLE_IOS:BOOL=FALSE
736736
-DCOMPILER_RT_ENABLE_WATCHOS:BOOL=FALSE
737737
-DCOMPILER_RT_ENABLE_TVOS:BOOL=FALSE
738-
-DSANITIZER_MIN_OSX_VERSION="${cmake_osx_deployment_target}"
739738
-DLLVM_ENABLE_MODULES:BOOL="$(true_false ${LLVM_ENABLE_MODULES})"
740739
-DCMAKE_OSX_ARCHITECTURES="${architecture}"
741740
)

0 commit comments

Comments
 (0)