The llvm-exegesis output file is a html file not a txt file.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 27 Sep 2018 13:49:52 +0000 (13:49 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 27 Sep 2018 13:49:52 +0000 (13:49 +0000)
llvm-svn: 343215

llvm/docs/CommandGuide/llvm-exegesis.rst

index e9a4b9d..4181a99 100644 (file)
@@ -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