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

Anna Zaks ganna at apple.com
Tue Jan 22 10:51:33 PST 2013


Awesome!

Anna.
On Jan 22, 2013, at 2:30 AM, Alexander Potapenko <glider at google.com> wrote:

> 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