search for: e9929ca6

Displaying 2 results from an estimated 2 matches for "e9929ca6".

2012 Jul 11
0
[LLVMdev] AddressSanitizer+CMake unittest question
...rious different >> sanitizer runtimes are actually harder to track and predict. >> > > > > -- > Alexey Samsonov, MSK > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120711/e9929ca6/attachment.html>
2012 Jul 11
2
[LLVMdev] AddressSanitizer+CMake unittest question
And one more question regarding ASan cmake build. Currently unittests are fine, but regular "clang -faddress-sanitizer" is not: current cmake build stores libclang_rt.asan-x86_64.a together with all the LLVM libs (in $build_path/lib/libclang_rt.asan-x86_64.a), but the Clang driver looks for asan runtime in clang resource dir: