Sign in
bazel
/
rules_cc
/
refs/heads/main
/
.
/
cc
/
private
/
toolchain
/
clang_deps_scanner_wrapper.sh.tpl
blob: 0bff014aacf2777b746f91488c205b20ed5479ad [
file
] [
log
] [
blame
] [
edit
]
#!/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"