summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-09-27 13:49:52 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-09-27 13:49:52 +0000
commitc4976f6b9f1a223e68ad0e4a9d36496a87117f18 (patch)
treea467df6d11fad53818a07f439c124afbd4234acc /llvm/docs/CommandGuide
parent224428c06a24303b2200aa98d719f080570fcb9f (diff)
downloadbcm5719-llvm-c4976f6b9f1a223e68ad0e4a9d36496a87117f18.tar.gz
bcm5719-llvm-c4976f6b9f1a223e68ad0e4a9d36496a87117f18.zip
The llvm-exegesis output file is a html file not a txt file.
llvm-svn: 343215
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-exegesis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst
index e9a4b9d87c4..4181a998721 100644
--- a/llvm/docs/CommandGuide/llvm-exegesis.rst
+++ b/llvm/docs/CommandGuide/llvm-exegesis.rst
@@ -127,7 +127,7 @@ following command:
$ llvm-exegesis -mode=analysis \
-benchmarks-file=/tmp/benchmarks.yaml \
-analysis-clusters-output-file=/tmp/clusters.csv \
- -analysis-inconsistencies-output-file=/tmp/inconsistencies.txt
+ -analysis-inconsistencies-output-file=/tmp/inconsistencies.html
This will group the instructions into clusters with the same performance
characteristics. The clusters will be written out to `/tmp/clusters.csv` in the
OpenPOWER on IntegriCloud