From 5a43bdef899f9ed811e3e7ea8fcbbfdfdea66ddc Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Tue, 18 Nov 2014 10:33:15 +0000 Subject: [msan] Remove MSanDR and supporting code. MSanDR is a dynamic instrumentation tool that can instrument the code (prebuilt libraries and such) that could not be instrumented at compile time. This code is unused (to the best of our knowledge) and unmaintained, and starting to bit-rot. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@222232 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/asan/asan_new_delete.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/asan/asan_new_delete.cc') diff --git a/lib/asan/asan_new_delete.cc b/lib/asan/asan_new_delete.cc index 242760275..e48bdaf03 100644 --- a/lib/asan/asan_new_delete.cc +++ b/lib/asan/asan_new_delete.cc @@ -16,7 +16,7 @@ #include "asan_internal.h" #include "asan_stack.h" -#include "sanitizer_common/sanitizer_interception.h" +#include "interception/interception.h" #include -- cgit v1.2.3