diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-mca.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-mca.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-mca.rst b/llvm/docs/CommandGuide/llvm-mca.rst index 847a043fe7a..a02103337dc 100644 --- a/llvm/docs/CommandGuide/llvm-mca.rst +++ b/llvm/docs/CommandGuide/llvm-mca.rst @@ -1,6 +1,8 @@ llvm-mca - LLVM Machine Code Analyzer ===================================== +.. program:: llvm-mca + SYNOPSIS -------- @@ -64,6 +66,11 @@ option specifies "``-``", then the output will also be sent to standard output. Print a summary of command line options. +.. option:: -o <filename> + + Use ``<filename>`` as the output filename. See the summary above for more + details. + .. option:: -mtriple=<target triple> Specify a target triple string. |