aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/osx/crosstool
diff options
context:
space:
mode:
authorGravatar rmalik <rmalik@pinterest.com>2017-08-02 19:38:40 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2017-08-03 12:09:51 +0200
commit202119ad33627a8a64ad686c159e6cbee7edcec1 (patch)
tree61ab7b1a1601e8d7f47012f0b833ab7267deb401 /tools/osx/crosstool
parent2dac5f935c3de2611c69c84dc5394d47d8145591 (diff)
Expose wrapped_clang_pp in osx crosstool for ObjC++
Problem: - When you're using the osx crosstool, compilation of ObjC++ does not work because `wrapped_clang_pp` is not exposed. Solution: - Expose `wrapped_clang_pp` in the osx toolchain. Closes #3270. PiperOrigin-RevId: 164004043
Diffstat (limited to 'tools/osx/crosstool')
-rw-r--r--tools/osx/crosstool/BUILD.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/osx/crosstool/BUILD.tpl b/tools/osx/crosstool/BUILD.tpl
index 8f53767660..e82dad2056 100644
--- a/tools/osx/crosstool/BUILD.tpl
+++ b/tools/osx/crosstool/BUILD.tpl
@@ -38,6 +38,7 @@ cc_toolchain_suite(
":libtool",
":make_hashed_objlist.py",
":wrapped_clang",
+ ":wrapped_clang_pp",
":wrapped_ar",
":xcrunwrapper.sh",
],