]> granicus.if.org Git - clang/commit
Introduce tsan_cxx and msan_cxx libraries (Clang part).
authorAlexey Samsonov <vonosmas@gmail.com>
Mon, 27 Apr 2015 22:07:50 +0000 (22:07 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Mon, 27 Apr 2015 22:07:50 +0000 (22:07 +0000)
commitfc89bfc52cb746fdcd611c54451b4924e71bd93a
tree9790d4abf26466024bc9f50d1b4eeab0ec3d7c7c
parent41bd0122fae3556ef3d9d90ba6ae910d40d68b6b
Introduce tsan_cxx and msan_cxx libraries (Clang part).

For now tsan_cxx and msan_cxx contain only operator new/delete
replacements. In the future, when we add support for running UBSan+TSan
and UBSan+MSan, they will also contain bits ubsan_cxx runtime.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235924 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/Inputs/resource_dir/lib/linux/libclang_rt.msan_cxx-x86_64.a.syms [new file with mode: 0644]
test/Driver/Inputs/resource_dir/lib/linux/libclang_rt.tsan_cxx-x86_64.a.syms [new file with mode: 0644]
test/Driver/sanitizer-ld.c