Introduce tsan_cxx and msan_cxx libraries (compiler-rt part).
authorAlexey Samsonov <vonosmas@gmail.com>
Mon, 27 Apr 2015 22:08:09 +0000 (22:08 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Mon, 27 Apr 2015 22:08:09 +0000 (22:08 +0000)
commit56d6fc81a50d2ce5fcd44a6f6b5bf082757d406b
tree7264c410a77a489ffe0922a50d5f937645b1c6e0
parentf430205b829c3170a08a1675211d4a9f162b1e50
Introduce tsan_cxx and msan_cxx libraries (compiler-rt 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.

llvm-svn: 235928
compiler-rt/lib/msan/CMakeLists.txt
compiler-rt/lib/tsan/CMakeLists.txt