Sign in
bazel
/
bazel
/
f90d657b000700e23dfc9e1b5ea9bd3a58774bc5
/
.
/
tools
/
cpp
/
clang_deps_scanner_wrapper.sh.tpl
blob: 0bff014aacf2777b746f91488c205b20ed5479ad [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
#
# Ship the environment to the C++ action
#
set
-
eu
# Set-up the environment
%{
env
}
# Call the C++ compiler
%{
deps_scanner
}
-
format
=
p1689
--
%{
cc
}
"$@"
>
"$DEPS_SCANNER_OUTPUT_FILE"