summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2013-02-05 15:57:12 +0000
committerAlexander Potapenko <glider@google.com>2013-02-05 15:57:12 +0000
commit34157fc33f2a2456139189e4473504cb95ba0c96 (patch)
treed89ff176af6e09b6961a9693b7136f106855dfd9 /compiler-rt/lib/tsan
parent65bdeae121db423d7e33c158229ec2e9a70f0c4c (diff)
downloadbcm5719-llvm-34157fc33f2a2456139189e4473504cb95ba0c96.tar.gz
bcm5719-llvm-34157fc33f2a2456139189e4473504cb95ba0c96.zip
[ASan] Delete the code related to static runtime on OS X.
Nuke lib/interception/mach_override. llvm-svn: 174383
Diffstat (limited to 'compiler-rt/lib/tsan')
-rw-r--r--compiler-rt/lib/tsan/rtl/Makefile.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/Makefile.mk b/compiler-rt/lib/tsan/rtl/Makefile.mk
index f32b39ba677..2687123f731 100644
--- a/compiler-rt/lib/tsan/rtl/Makefile.mk
+++ b/compiler-rt/lib/tsan/rtl/Makefile.mk
@@ -19,7 +19,6 @@ Implementation := Generic
# FIXME: use automatic dependencies?
Dependencies := $(wildcard $(Dir)/*.h)
Dependencies += $(wildcard $(Dir)/../../interception/*.h)
-Dependencies += $(wildcard $(Dir)/../../interception/mach_override/*.h)
Dependencies += $(wildcard $(Dir)/../../sanitizer_common/*.h)
# Define a convenience variable for all the tsan functions.
OpenPOWER on IntegriCloud