commit | 9b1790e358de81b8d3e893c38bb868131eb04184 | [log] [tgz] |
---|---|---|
author | Philipp Schrader <philipp.schrader@gmail.com> | Sat Mar 10 20:21:30 2018 -0800 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sun Aug 05 16:01:02 2018 -0700 |
tree | 8c809009882a4b66151d5186eb52f45784341702 | |
parent | 9fc87e00dfee904c15a4dc2f8550e88658f2791c [diff] [blame] |
Use sandboxed clang Change-Id: I0b9b5b7940b441aba6c6214e621d8997feef90b1
diff --git a/tools/cpp/clang_3p6/x86_64-linux-gnu-gcc b/tools/cpp/clang_3p6/x86_64-linux-gnu-gcc new file mode 100755 index 0000000..4fe1d67 --- /dev/null +++ b/tools/cpp/clang_3p6/x86_64-linux-gnu-gcc
@@ -0,0 +1,6 @@ +#!/bin/bash --norc + +PATH="${BAZEL_OUTPUT_ROOT}external/clang_3p6_repo/usr/lib/gcc/x86_64-linux-gnu/4.9:$PATH" \ + exec \ + ${BAZEL_OUTPUT_ROOT}external/clang_3p6_repo/usr/bin/gcc \ + "$@"