[TSan] Move new/delete interceptors into a separate source file. NFC.
authorAlexey Samsonov <vonosmas@gmail.com>
Mon, 27 Apr 2015 19:33:55 +0000 (19:33 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Mon, 27 Apr 2015 19:33:55 +0000 (19:33 +0000)
commit0eafe5df712a0394feb8d49d629dc8bace0f292d
tree1310b1023a7e8cd41b5356e1d875bf478d39287f
parent0488d1e4ba71d364e8f11bd6837a811e32fbf5b1
[TSan] Move new/delete interceptors into a separate source file. NFC.

llvm-svn: 235906
compiler-rt/lib/tsan/CMakeLists.txt
compiler-rt/lib/tsan/rtl/tsan_interceptors.cc
compiler-rt/lib/tsan/rtl/tsan_interceptors.h [new file with mode: 0644]
compiler-rt/lib/tsan/rtl/tsan_new_delete.cc [new file with mode: 0644]