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 | aba210b6240cd5c83ffd12f4d7d35fa53367ea45 (patch) | |
tree | 4c14b9c9cb94ee76e2d4ce9d32dd1c7f91c960e1 /tools | |
parent | 0b599391f88e26d2b0f57393f1f6880431ac6e0d (diff) | |
download | external_llvm-aba210b6240cd5c83ffd12f4d7d35fa53367ea45.zip external_llvm-aba210b6240cd5c83ffd12f4d7d35fa53367ea45.tar.gz external_llvm-aba210b6240cd5c83ffd12f4d7d35fa53367ea45.tar.bz2 |
Slight rewording.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83620 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvmc/doc/LLVMC-Reference.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst index 5d3b02a..fad2ccc 100644 --- a/tools/llvmc/doc/LLVMC-Reference.rst +++ b/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. |