[cfe-dev] Clang 3.3 and libclang_rt.asan_osx_dynamic.dylib not found?

Justin Bogner mail at justinbogner.com
Thu Jul 11 21:56:57 PDT 2013


Jeffrey Walton <noloader at gmail.com> writes:
> My program is failing to link with -fsantize=address:
 ...
> Any ideas where to find libclang_rt.asan_osx_dynamic.dylib?

You'll need to build compiler-rt for the sanitizers to work. Grab it and
put it under projects/compiler-rt before the configure/make step



More information about the cfe-dev mailing list