summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_posix.cc
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-09-21 18:22:43 +0000
committerNico Weber <nicolasweber@gmx.de>2016-09-21 18:22:43 +0000
commit89222768bd438ab122953779da0a20f5e0d73c1b (patch)
treed2951d6e435096ae679bdc7db827407a99a8d622 /lib/sanitizer_common/sanitizer_posix.cc
parentc375aea5f309c9894f33d36baedf7ed546d73f1c (diff)
revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windows bot
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@282096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_posix.cc')
-rw-r--r--lib/sanitizer_common/sanitizer_posix.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/sanitizer_common/sanitizer_posix.cc b/lib/sanitizer_common/sanitizer_posix.cc
index e00f2a929..c70d5a40c 100644
--- a/lib/sanitizer_common/sanitizer_posix.cc
+++ b/lib/sanitizer_common/sanitizer_posix.cc
@@ -358,11 +358,6 @@ SignalContext SignalContext::Create(void *siginfo, void *context) {
return SignalContext(context, addr, pc, sp, bp, is_memory_access, write_flag);
}
-uptr FindAvailableMemoryRange(uptr size, uptr alignment, uptr left_padding) {
- CHECK("FindAvailableMemoryRange is not available" && 0);
- return 0;
-}
-
} // namespace __sanitizer
#endif // SANITIZER_POSIX