Sign in
bazel
/
rules_cc
/
a8f6a9241380a726a9131dc4d2ecc3543d7d6fb8
/
.
/
cc
/
private
/
toolchain
/
gcc_deps_scanner_wrapper.sh.tpl
blob: 2c94f01f845dc8ab9929fc787c3e7edd542c3d20 [
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
%{
cc
}
-
E
-
x c
++
-
fmodules
-
ts
-
fdeps
-
file
=
out
.
tmp
-
fdeps
-
format
=
p1689r5
"$@"
>
"$DEPS_SCANNER_OUTPUT_FILE"