diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-01-21 13:14:02 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-01-21 13:14:02 +0000 |
| commit | 6a4f729dc9b46916d149828161102ba0dd69072f (patch) | |
| tree | f1ba2fdba28c32c35b48a9b2b59cbae058934452 /llvm/docs/CommandGuide | |
| parent | 1a0c083748e796684acbedbb1733abc16e1b7b1d (diff) | |
| download | bcm5719-llvm-6a4f729dc9b46916d149828161102ba0dd69072f.tar.gz bcm5719-llvm-6a4f729dc9b46916d149828161102ba0dd69072f.zip | |
Mimic gcc behaviour with regard to response files.
llvm-svn: 62688
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llvmc.pod | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvmc.pod b/llvm/docs/CommandGuide/llvmc.pod index 17d85d73890..53eecaf0525 100644 --- a/llvm/docs/CommandGuide/llvmc.pod +++ b/llvm/docs/CommandGuide/llvmc.pod @@ -78,8 +78,24 @@ options intended for developers. Print version information and exit. +=item B<@>I<file> + +Read command-line options from I<file>. The options read are inserted +in place of the original @I<file> option. If I<file> does not exist, or +cannot be read, then the option will be treated literally, and not +removed. + +Options in I<file> are separated by whitespace. A whitespace character +may be included in an option by surrounding the entire option in +either single or double quotes. Any character (including a backslash) +may be included by prefixing the character to be included with a +backslash. The file may itself contain additional @I<file> options; +any such options will be processed recursively. + + =back + =head2 Control Options By default, LLVMC is built with some standard configuration libraries |

