This is an archive of the discontinued LLVM Phabricator instance.

[ASan] Link with the dynamic runtime on OS X
ClosedPublic

Authored by glider on Dec 18 2012, 6:45 AM.

Details

Reviewers
kcc
samsonov
Summary

This patch changes the behavior of the -fsanitize=address flag, making it use the dynamic runtime library (libclang_rt.asan_osx_dynamic.dylib) instead of the static one. It also drops the CoreFoundation dependency, since the dynamic runtime doesn't need it.
This change is to be landed after http://llvm-reviews.chandlerc.com/D216

Diff Detail

Event Timeline

samsonov accepted this revision.Jan 24 2013, 12:42 PM
Eugene.Zelenko closed this revision.Oct 5 2016, 4:34 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in rL173135.