OSDN Git Service

The leak detector is dead, long live asan and valgrind.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 22 Dec 2014 13:00:36 +0000 (13:00 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 22 Dec 2014 13:00:36 +0000 (13:00 +0000)
commitada5f24b5fd5fd1c9be505ffca21035b54b8d538
tree56cdba3f425f930195e09410c4c7cf9149a6c7ff
parent11dd9c3d557dd880dc1121781595bbf983df2a47
The leak detector is dead, long live asan and valgrind.

In resent times asan and valgrind have found way more memory management bugs
in llvm than the special purpose leak detector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224703 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm/IR/LeakDetector.h [deleted file]
lib/CodeGen/MachineBasicBlock.cpp
lib/IR/BasicBlock.cpp
lib/IR/CMakeLists.txt
lib/IR/Function.cpp
lib/IR/Globals.cpp
lib/IR/Instruction.cpp
lib/IR/LeakDetector.cpp [deleted file]
lib/IR/Metadata.cpp
lib/IR/Module.cpp
lib/IR/Value.cpp
unittests/IR/CMakeLists.txt
unittests/IR/LeakDetectorTest.cpp [deleted file]