summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common.h
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-03-16 15:34:09 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-03-16 15:34:09 +0000
commit957b9624d6f70e4df40237dc6d41f9b2f8391c95 (patch)
treea9773395dff052926cd51a5feb5c626075131444 /lib/sanitizer_common/sanitizer_common.h
parent8ef4f556928c7090cc7d6b6bdf8a3ce948d8b658 (diff)
Revert "Mmap interceptor new option, Write Exec runtime detector"
This reverts r327696 because it is failing on GreenDragon. http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/43605/ http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-expensive/10957/ git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@327719 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_common.h')
-rw-r--r--lib/sanitizer_common/sanitizer_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sanitizer_common/sanitizer_common.h b/lib/sanitizer_common/sanitizer_common.h
index b49e3d874..0a92e7768 100644
--- a/lib/sanitizer_common/sanitizer_common.h
+++ b/lib/sanitizer_common/sanitizer_common.h
@@ -378,8 +378,6 @@ void ReportErrorSummary(const char *error_type, const AddressInfo &info,
void ReportErrorSummary(const char *error_type, const StackTrace *trace,
const char *alt_tool_name = nullptr);
-void ReportMmapWriteExec();
-
// Math
#if SANITIZER_WINDOWS && !defined(__clang__) && !defined(__GNUC__)
extern "C" {