Revision b127e0c5610221d10c1d6658db96741ab85a083c authored by Brad King on 26 March 2019, 14:40:11 UTC, committed by Brad King on 26 March 2019, 14:43:51 UTC
The `PROMPT` environment variable affects nvcc's output.  Fix
our parsing of that output to tolerate square brackets.

Fixes: #19089
1 parent bf02d62
Raw File
RULE_LAUNCH_CUSTOM.rst
RULE_LAUNCH_CUSTOM
------------------

Specify a launcher for custom rules.

:ref:`Makefile Generators` and the :generator:`Ninja` generator prefix
custom commands with the given launcher command line.
This is intended to allow launchers to intercept build problems
with high granularity.  Other generators ignore this property
because their underlying build systems provide no hook to wrap
individual commands with a launcher.
back to top