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

Alexander Potapenko glider at google.com
Tue Dec 18 06:46:57 PST 2012


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



More information about the llvm-commits mailing list