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