summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/esan/working_set.h
diff options
context:
space:
mode:
authorDerek Bruening <bruening@google.com>2016-06-13 16:16:49 +0000
committerDerek Bruening <bruening@google.com>2016-06-13 16:16:49 +0000
commitdb176c11dc3d78b3cfbf623eb3fe71532a80a91f (patch)
tree4e0309bf88704ea6f5a4eed95cddf00a92a6c391 /compiler-rt/lib/esan/working_set.h
parente93f6d69233851e374819dd9066b2c72104e0ac7 (diff)
downloadbcm5719-llvm-db176c11dc3d78b3cfbf623eb3fe71532a80a91f.tar.gz
bcm5719-llvm-db176c11dc3d78b3cfbf623eb3fe71532a80a91f.zip
Revert "[sanitizer][esan] Add internal_sigaction_syscall"
This reverts commit r272553. The iOS build fails to link. llvm-svn: 272557
Diffstat (limited to 'compiler-rt/lib/esan/working_set.h')
-rw-r--r--compiler-rt/lib/esan/working_set.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/esan/working_set.h b/compiler-rt/lib/esan/working_set.h
index 034dfe6d991..3750a480a11 100644
--- a/compiler-rt/lib/esan/working_set.h
+++ b/compiler-rt/lib/esan/working_set.h
@@ -21,7 +21,6 @@
namespace __esan {
void initializeWorkingSet();
-void initializeShadowWorkingSet();
int finalizeWorkingSet();
void processRangeAccessWorkingSet(uptr PC, uptr Addr, SIZE_T Size,
bool IsWrite);
OpenPOWER on IntegriCloud