[cfe-dev] asan broken?
Howard Hinnant
hhinnant at apple.com
Tue Mar 19 14:11:03 PDT 2013
Is anyone having linking problems when compiling tot with -fsanitize=address? I'm seeing:
Undefined symbols for architecture x86_64:
"___asan_init_v2", referenced from:
_asan.module_ctor in test-OIs56r.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
with a fresh llvm/clang build on OS X and:
clang version 3.3 (trunk 177431)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
Thanks,
Howard
More information about the cfe-dev
mailing list