diff options
Diffstat (limited to 'llvm/tools/llvmc2/doc/LLVMC-Reference.rst')
-rw-r--r-- | llvm/tools/llvmc2/doc/LLVMC-Reference.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/llvmc2/doc/LLVMC-Reference.rst b/llvm/tools/llvmc2/doc/LLVMC-Reference.rst index 9cee46c00d9..e71d99c30eb 100644 --- a/llvm/tools/llvmc2/doc/LLVMC-Reference.rst +++ b/llvm/tools/llvmc2/doc/LLVMC-Reference.rst @@ -182,7 +182,8 @@ The complete list of the currently implemented tool properties follows: * Possible tool properties: - - ``in_language`` - input language name. + - ``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. |