Skip to content

Commit 4dfad21

Browse files
wrotkiMariusz Borsa
andcommitted
🍒 [Sanitizers][Darwin] Bump up DEFAULT_SANITIZER_MIN_OSX_VERSION (llvm#86035)
The greendragon was recently moved and now it runs on somewhat newer macOS version - which breaks some sanitizers tests rdar://125052915 Co-authored-by: Mariusz Borsa <[email protected]> (cherry picked from commit 19268ac)
1 parent e878388 commit 4dfad21

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)