Description of the feature request:
When a build with --verbose_failures fails on a link step which uses linker_param_file, the contents of linker_param_file should be printed as a regular command line would be.
This should include support for pretty printing the contents if --subcommands=pretty_print is enabled.
What underlying problem are you trying to solve with this feature?
Debugging the failure of a link action.
Which operating system are you running Bazel on?
macOS
What is the output of bazel info release?
release 5.0.0-homebrew
If bazel info release returns development version or (@non-git), tell us how you built Bazel.
No response
What's the output of git remote get-url origin; git rev-parse master; git rev-parse HEAD ?
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
Description of the feature request:
When a build with
--verbose_failuresfails on a link step which useslinker_param_file, the contents oflinker_param_fileshould be printed as a regular command line would be.This should include support for pretty printing the contents if
--subcommands=pretty_printis enabled.What underlying problem are you trying to solve with this feature?
Debugging the failure of a link action.
Which operating system are you running Bazel on?
macOS
What is the output of
bazel info release?release 5.0.0-homebrew
If
bazel info releasereturnsdevelopment versionor(@non-git), tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD?Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response