diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-10-09 05:45:38 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-10-09 05:45:38 +0000 |
| commit | 28bca602a48345c66d6862b7b4330bbafef788a5 (patch) | |
| tree | d40bca29d60956bd3a3ace80a997744295348095 /llvm/tools/llvmc | |
| parent | 0bd47063ab7650b7810f26448a87ff456e63b439 (diff) | |
| download | bcm5719-llvm-28bca602a48345c66d6862b7b4330bbafef788a5.tar.gz bcm5719-llvm-28bca602a48345c66d6862b7b4330bbafef788a5.zip | |
Slight rewording.
llvm-svn: 83620
Diffstat (limited to 'llvm/tools/llvmc')
| -rw-r--r-- | llvm/tools/llvmc/doc/LLVMC-Reference.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvmc/doc/LLVMC-Reference.rst b/llvm/tools/llvmc/doc/LLVMC-Reference.rst index 5d3b02a1695..fad2ccc7742 100644 --- a/llvm/tools/llvmc/doc/LLVMC-Reference.rst +++ b/llvm/tools/llvmc/doc/LLVMC-Reference.rst @@ -509,8 +509,8 @@ The complete list of all currently implemented tool properties follows. - ``in_language`` - input language name. Can be either a string or a list, in case the tool supports multiple input languages. - - ``out_language`` - output language name. Tools are not allowed to - have multiple output languages. + - ``out_language`` - output language name. Multiple output languages are not + allowed. - ``output_suffix`` - output file suffix. Can also be changed dynamically, see documentation on actions. |

