Sign in
bazel
/
bazel
/
f90d657b000700e23dfc9e1b5ea9bd3a58774bc5
/
.
/
tools
/
cpp
/
gcc_deps_scanner_wrapper.sh.tpl
blob: 94364932b3ce7437c208ab854c91769633fe2a14 [
file
] [
log
] [
blame
]
#!/bin/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"