Skip to content

Commit b77aa62

Browse files
author
git apple-llvm automerger
committed
Merge commit '211bdeb06acb' from swift/release/6.0 into stable/20230725
2 parents e90b72e + 211bdeb commit b77aa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/cmake/config-ix.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ if(APPLE)
446446

447447
# Note: In order to target x86_64h on OS X the minimum deployment target must
448448
# be 10.8 or higher.
449-
set(DEFAULT_SANITIZER_MIN_OSX_VERSION 10.10)
449+
set(DEFAULT_SANITIZER_MIN_OSX_VERSION 10.13)
450450
set(DARWIN_osx_MIN_VER_FLAG "-mmacosx-version-min")
451451
if(NOT SANITIZER_MIN_OSX_VERSION)
452452
string(REGEX MATCH "${DARWIN_osx_MIN_VER_FLAG}=([.0-9]+)"

0 commit comments

Comments
 (0)