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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user