diff options
| author | bors <bors@rust-lang.org> | 2019-08-22 06:14:49 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-08-22 06:14:49 +0000 |
| commit | 201e52e5fe73ccf3dd22946b1216ad8d64f8c2ba (patch) | |
| tree | 806f2cb070e65c8e1bd10e8d41c5ad3d4367c55d /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 42dcd4b7c5fb7b61bc2f4c0842f66e5ad40057e4 (diff) | |
| parent | d9497749a87440d836495da6d40a5ce667a67ccb (diff) | |
| download | rust-201e52e5fe73ccf3dd22946b1216ad8d64f8c2ba.tar.gz rust-201e52e5fe73ccf3dd22946b1216ad8d64f8c2ba.zip | |
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.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
