aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/osx/crosstool/wrapped_clang_pp.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/osx/crosstool/wrapped_clang_pp.tpl')
-rw-r--r--tools/osx/crosstool/wrapped_clang_pp.tpl10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/osx/crosstool/wrapped_clang_pp.tpl b/tools/osx/crosstool/wrapped_clang_pp.tpl
deleted file mode 100644
index 4afc7b056e..0000000000
--- a/tools/osx/crosstool/wrapped_clang_pp.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-# A trick to allow invoking this script in multiple contexts.
-if [ -z ${MY_LOCATION+x} ]; then
- if [ -d "$0.runfiles/" ]; then
- MY_LOCATION="$0.runfiles/bazel_tools/tools/objc"
- else
- MY_LOCATION="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
- fi
-fi
-
-"${MY_LOCATION}"/xcrunwrapper.sh clang++ $@