This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizers][Darwin][Minversion] Bump DEFAULT_SANITIZER_MIN_OSX_VERSION to 10.13
AcceptedPublic

Authored by thetruestblue on Apr 18 2023, 3:31 PM.

Details

Summary

Bump DEFAULT_SANITIZER_MIN_OSX_VERSION from 10.10 to 10.13.
Enough reasons have piled up for us to make this bump:
TLS compatibility
TSAN swfit tests
C++ 11->17 min version & subsequent cmake warnings.

rdar://107483749

Diff Detail

Event Timeline

thetruestblue created this revision.Apr 18 2023, 3:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2023, 3:31 PM
Herald added a subscriber: Enna1. · View Herald Transcript
thetruestblue requested review of this revision.Apr 18 2023, 3:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2023, 3:31 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Apr 18 2023, 3:35 PM

Thank you!

This revision is now accepted and ready to land.Apr 18 2023, 3:35 PM
rsundahl accepted this revision.Apr 19 2023, 8:44 AM

This looks good to me. The build fails appear to be a handful of unrelated ORC examples tests.