diff options
-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. |