diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-12-22 13:00:36 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-12-22 13:00:36 +0000 |
commit | 366e5c1bf14934c846b643a0068f3d33b906ff1b (patch) | |
tree | 3a4a177b0f455e65b79974698a1f8abda7ec204a /llvm/lib/IR/Module.cpp | |
parent | c1a04162ba272cc8b9b887383e278b819c555cb6 (diff) | |
download | llvm-366e5c1bf14934c846b643a0068f3d33b906ff1b.zip llvm-366e5c1bf14934c846b643a0068f3d33b906ff1b.tar.gz llvm-366e5c1bf14934c846b643a0068f3d33b906ff1b.tar.bz2 |
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/Module.cpp')
-rw-r--r-- | llvm/lib/IR/Module.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/Module.cpp b/llvm/lib/IR/Module.cpp index 71640bf..d32ffcd 100644 --- a/llvm/lib/IR/Module.cpp +++ b/llvm/lib/IR/Module.cpp @@ -22,7 +22,6 @@ #include "llvm/IR/GVMaterializer.h" #include "llvm/IR/InstrTypes.h" #include "llvm/IR/LLVMContext.h" -#include "llvm/IR/LeakDetector.h" #include "llvm/IR/TypeFinder.h" #include "llvm/Support/Dwarf.h" #include "llvm/Support/Path.h" |