Files
rust/src/doc
bors 201e52e5fe Auto merge of #63175 - jsgf:argsfile, r=jsgf
rustc: implement argsfiles for command line

Many tools, such as gcc and gnu-ld, support "args files" - that is, being able to specify @file on the command line.  This causes `file` to be opened and parsed for command line options. They're separated with whitespace; whitespace can be quoted with double or single quotes, and everything can be \\-escaped. Args files may recursively include other args files via `@file2`.

See https://sourceware.org/binutils/docs/ld/Options.html#Options for the documentation of gnu-ld's @file parameters.

This is useful for very large command lines, or when command lines are being generated into files by other tooling.
2019-08-22 06:14:49 +00:00
..
2019-07-17 12:46:36 -07:00
2019-08-07 09:44:12 -07:00
2019-08-20 14:03:13 -07:00
2019-08-20 14:03:13 -07:00
2019-08-20 14:03:13 -07:00
2019-08-20 14:03:13 -07:00
2019-08-21 10:33:00 -05:00
2019-02-05 15:32:59 +01:00
2015-04-18 17:55:31 -04:00
2018-10-05 08:52:44 -07:00
2017-02-21 14:03:13 -05:00
2019-03-24 22:06:34 -04:00
2018-05-17 12:25:24 -07:00