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-as b/tools/cpp/clang_3p6/x86_64-linux-gnu-as new file mode 100755 index 0000000..f264544 --- /dev/null +++ b/tools/cpp/clang_3p6/x86_64-linux-gnu-as
@@ -0,0 +1,5 @@ +#!/bin/bash --norc + +exec -a as \ + ${BAZEL_OUTPUT_ROOT}external/clang_3p6_repo/usr/bin/as \ + "$@"