summaryrefslogtreecommitdiff
path: root/lib/hwasan/hwasan_interceptors.cc
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-04-23 17:26:33 +0000
committerReid Kleckner <rnk@google.com>2018-04-23 17:26:33 +0000
commit0ab84bd8d3ee0935bb5368f7db51957106c3b654 (patch)
tree3ce7fd1e955798445518f658b07eeeb135c484ff /lib/hwasan/hwasan_interceptors.cc
parentfc39236ab190af3435460e028ef7d6028a15a254 (diff)
Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt)."
This commit causes internal errors with ld.bfd 2.24. My guess is that the ifunc usage in this commit is causing problems. This is the default system linker on Trusty Tahr, which is from 2014. I claim it's still in our support window. Maybe we will decide to drop support for it, but let's get the bots green while we do the investigation and have that discussion. Discovered here: https://crbug.com/835864 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@330619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/hwasan/hwasan_interceptors.cc')
-rw-r--r--lib/hwasan/hwasan_interceptors.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hwasan/hwasan_interceptors.cc b/lib/hwasan/hwasan_interceptors.cc
index dfd35b59c..7b89e56f5 100644
--- a/lib/hwasan/hwasan_interceptors.cc
+++ b/lib/hwasan/hwasan_interceptors.cc
@@ -17,7 +17,6 @@
#include "interception/interception.h"
#include "hwasan.h"
-#include "hwasan_mapping.h"
#include "hwasan_thread.h"
#include "hwasan_poisoning.h"
#include "sanitizer_common/sanitizer_platform_limits_posix.h"