[llvm-commits] [PATCH] [ASan] Link with the dynamic runtime on OS X

Alexander Potapenko glider at google.com
Tue Jan 22 02:30:32 PST 2013


Landed in r173135

On Tue, Dec 18, 2012 at 6:46 PM, Alexander Potapenko <glider at google.com> wrote:
> 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
>
> --
> Alexander Potapenko
> Software Engineer
> Google Moscow



-- 
Alexander Potapenko
Software Engineer
Google Moscow



More information about the llvm-commits mailing list