projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b59939
)
Slight rewording.
author
Mikhail Glushenkov
<foldr@codedgers.com>
Fri, 9 Oct 2009 05:45:38 +0000
(
05:45
+0000)
committer
Mikhail Glushenkov
<foldr@codedgers.com>
Fri, 9 Oct 2009 05:45:38 +0000
(
05:45
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83620
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvmc/doc/LLVMC-Reference.rst
patch
|
blob
|
history
diff --git
a/tools/llvmc/doc/LLVMC-Reference.rst
b/tools/llvmc/doc/LLVMC-Reference.rst
index 5d3b02a1695a3a5146c1872ddb80308e5d2126cb..fad2ccc7742467c7ae41b08fbc9a950bff5e5536 100644
(file)
--- 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.