diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2012-07-05 09:23:37 +0000 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2012-07-05 09:23:37 +0000 |
commit | 5dc3f016769d4d847298fce408149ff85032a501 (patch) | |
tree | e3747d1872aeaca99dc54832095347f1b08ecf55 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | ba235522e05cd15a7d237ae0b2c88b83c9c6fce8 (diff) | |
download | llvm-5dc3f016769d4d847298fce408149ff85032a501.zip llvm-5dc3f016769d4d847298fce408149ff85032a501.tar.gz llvm-5dc3f016769d4d847298fce408149ff85032a501.tar.bz2 |
tsan/asan: kill STL
First, placement new from standard library conflicts with our own.
Second, we are in trouble if user uses the same function (we either get instrumented code in runtime, or non-instrumented code in user program).
llvm-svn: 159738
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions