diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llc.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llc.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llc.rst b/llvm/docs/CommandGuide/llc.rst index aaf7e2e6b77..bf62957b5c9 100644 --- a/llvm/docs/CommandGuide/llc.rst +++ b/llvm/docs/CommandGuide/llc.rst @@ -1,6 +1,8 @@ llc - LLVM static compiler ========================== +.. program:: llc + SYNOPSIS -------- @@ -41,6 +43,11 @@ End-user Options Print a summary of command line options. +.. option:: -o <filename> + + Use ``<filename>`` as the output filename. See the summary above for more + details. + .. option:: -O=uint Generate code at different optimization levels. These correspond to the |