Sign in
bazel
/
bazel
/
6fae20855fdf6cd18f3868232cabf2ed14d9508a
/
.
/
tools
/
cpp
/
clang_deps_scanner_wrapper.sh.tpl
blob: 0bff014aacf2777b746f91488c205b20ed5479ad [
file
]
#!/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"