This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Max out allowed macOS deployment targets to 10.9
ClosedPublic

Authored by kubamracek on Nov 11 2016, 12:33 PM.

Details

Summary

It's not a good idea to build the sanitizers with e.g. -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12, because some deprecated functions that we intercept will cause build errors. Let's limit the allowed deployment targets to 10.9 (which is the default anyway), and warn when it's set above.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek retitled this revision from to [sanitizer] Max out allowed macOS deployment targets to 10.9.
kubamracek updated this object.
kubamracek added reviewers: beanz, zaks.anna, compnerd.
kubamracek set the repository for this revision to rL LLVM.
kubamracek added a project: Restricted Project.
kubamracek added a subscriber: llvm-commits.
zaks.anna accepted this revision.Nov 11 2016, 4:23 PM
zaks.anna edited edge metadata.
This revision is now accepted and ready to land.Nov 11 2016, 4:23 PM
This revision was automatically updated to reflect the committed changes.