Skip to content

Commit 1665778

Browse files
authored
Merge pull request #60975 from edymtt/set-sanitizer-osx-min-version-to-10.10
Rely on macOS deployment target set by compiler-rt for sanitizers
2 parents ff874f8 + ba2a88a commit 1665778

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

Lines changed: 0 additions & 1 deletion
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)