This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Add support for sanitizers on OS X.
ClosedPublic

Authored by EricWF on Jul 20 2015, 7:29 PM.

Details

Summary

This patch adds special configuration logic to find the compiler_rt libraries required by sanitizers on OS X. The supported sanitizers are Address and Undefined.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 30229.Jul 20 2015, 7:29 PM
EricWF retitled this revision from to [libcxx] Add support for sanitizers on OS X..
EricWF updated this object.
EricWF added a reviewer: mclow.lists.
EricWF added a subscriber: cfe-commits.
mclow.lists accepted this revision.Jul 21 2015, 7:17 AM
mclow.lists edited edge metadata.

This looks fine to me; and seems to work on my system.

This revision is now accepted and ready to land.Jul 21 2015, 7:17 AM
EricWF closed this revision.Jul 21 2015, 5:33 PM