summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/CMakeLists.txt
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-12-22 13:00:36 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-12-22 13:00:36 +0000
commit366e5c1bf14934c846b643a0068f3d33b906ff1b (patch)
tree3a4a177b0f455e65b79974698a1f8abda7ec204a /llvm/lib/IR/CMakeLists.txt
parentc1a04162ba272cc8b9b887383e278b819c555cb6 (diff)
downloadbcm5719-llvm-366e5c1bf14934c846b643a0068f3d33b906ff1b.tar.gz
bcm5719-llvm-366e5c1bf14934c846b643a0068f3d33b906ff1b.zip
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. llvm-svn: 224703
Diffstat (limited to 'llvm/lib/IR/CMakeLists.txt')
-rw-r--r--llvm/lib/IR/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt
index 3b149e8690a..1a210e05827 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -27,7 +27,6 @@ add_llvm_library(LLVMCore
IntrinsicInst.cpp
LLVMContext.cpp
LLVMContextImpl.cpp
- LeakDetector.cpp
LegacyPassManager.cpp
MDBuilder.cpp
Mangler.cpp
OpenPOWER on IntegriCloud