This patch adds tsan_new_delete.cc into the OS X build.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
compiler-rt/trunk/lib/tsan/rtl/tsan_new_delete.cc | ||
---|---|---|
15 | Please keep the includes list sorted (clang-format might be your friend - don't remember if we use it in TSan) | |
27 | I actually don't think it's a good idea to rename REAL(malloc) into __libc_malloc to match the Linux name. |
compiler-rt/trunk/lib/tsan/rtl/tsan_new_delete.cc | ||
---|---|---|
27 | It is OK to call into system malloc in tsan. |
compiler-rt/trunk/lib/tsan/rtl/tsan_new_delete.cc | ||
---|---|---|
15 | Fixed in r252735. |
Please keep the includes list sorted (clang-format might be your friend - don't remember if we use it in TSan)