diff options
Diffstat (limited to 'llvm/tools/llvmc2/doc/LLVMC-Reference.rst')
-rw-r--r-- | llvm/tools/llvmc2/doc/LLVMC-Reference.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/tools/llvmc2/doc/LLVMC-Reference.rst b/llvm/tools/llvmc2/doc/LLVMC-Reference.rst index e71d99c30eb..bd55f38cc46 100644 --- a/llvm/tools/llvmc2/doc/LLVMC-Reference.rst +++ b/llvm/tools/llvmc2/doc/LLVMC-Reference.rst @@ -250,8 +250,11 @@ currently implemented option types and properties are described below: - ``forward`` - forward this option unchanged. + - ``forward_as`` - Change the name of this option, but forward the + argument unchanged. Example: ``(forward_as "--disable-optimize")``. + - ``output_suffix`` - modify the output suffix of this - tool. Example : ``(switch "E", (output_suffix "i")``. + tool. Example: ``(switch "E", (output_suffix "i")``. - ``stop_compilation`` - stop compilation after this phase. |