diff options
author | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2018-04-25 10:18:25 +0000 |
---|---|---|
committer | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2018-04-25 10:18:25 +0000 |
commit | 93c49d5e58d25cde1a6b0acac8e2a322534c8c36 (patch) | |
tree | 4ebb4f66fc308b5190bcdcd7f4863f465e69344a /llvm/docs/CommandGuide | |
parent | 80daae2736696efd64238add0ed1cce9797f9d83 (diff) | |
download | bcm5719-llvm-93c49d5e58d25cde1a6b0acac8e2a322534c8c36.tar.gz bcm5719-llvm-93c49d5e58d25cde1a6b0acac8e2a322534c8c36.zip |
[llvm-mca] Default to the native host cpu if flag -mcpu is not specified.
llvm-svn: 330809
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-mca.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-mca.rst b/llvm/docs/CommandGuide/llvm-mca.rst index 54610d77cd5..63f2e65cd04 100644 --- a/llvm/docs/CommandGuide/llvm-mca.rst +++ b/llvm/docs/CommandGuide/llvm-mca.rst @@ -89,9 +89,8 @@ option specifies "``-``", then the output will also be sent to standard output. .. option:: -mcpu=<cpuname> - Specify the processor for whic to run the analysis. - By default this defaults to a "generic" processor. It is not autodetected to - the current architecture. + Specify the processor for which to analyze the code. By default, the cpu name + is autodetected from the host. .. option:: -output-asm-variant=<variant id> |