From 366e5c1bf14934c846b643a0068f3d33b906ff1b Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 22 Dec 2014 13:00:36 +0000 Subject: 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 --- llvm/lib/IR/Module.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/IR/Module.cpp') 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" -- cgit v1.1