summaryrefslogtreecommitdiff
path: root/lib/msan/msan_report.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-05-29 09:15:39 +0000
committerAlexey Samsonov <samsonov@google.com>2013-05-29 09:15:39 +0000
commit1f3c2fee395abc36230c445e9ebdba55c4729d35 (patch)
tree55d68895e3408521804d7db626a62e4376a7c9d9 /lib/msan/msan_report.cc
parent9d1525ec52430d0b8ffd6d0893b7f5529105b321 (diff)
Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@182836 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/msan/msan_report.cc')
-rw-r--r--lib/msan/msan_report.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/msan/msan_report.cc b/lib/msan/msan_report.cc
index 1212e9cf9..d8a699696 100644
--- a/lib/msan/msan_report.cc
+++ b/lib/msan/msan_report.cc
@@ -13,6 +13,7 @@
//===----------------------------------------------------------------------===//
#include "msan.h"
+#include "sanitizer_common/sanitizer_allocator_internal.h"
#include "sanitizer_common/sanitizer_common.h"
#include "sanitizer_common/sanitizer_flags.h"
#include "sanitizer_common/sanitizer_mutex.h"