[llvm] r332980 - [llvm-exegesis] Update doc to mention that the output is in html.

Clement Courbet via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 06:36:29 PDT 2018


Author: courbet
Date: Tue May 22 06:36:29 2018
New Revision: 332980

URL: http://llvm.org/viewvc/llvm-project?rev=332980&view=rev
Log:
[llvm-exegesis] Update doc to mention that the output is in html.

Modified:
    llvm/trunk/docs/CommandGuide/llvm-exegesis.rst

Modified: llvm/trunk/docs/CommandGuide/llvm-exegesis.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-exegesis.rst?rev=332980&r1=332979&r2=332980&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-exegesis.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-exegesis.rst Tue May 22 06:36:29 2018
@@ -112,8 +112,8 @@ following format:
   ...
 
 :program:`llvm-exegesis` will also analyze the clusters to point out
-inconsistencies in the scheduling information. For example,
-`/tmp/inconsistencies.txt` will contain messages like:
+inconsistencies in the scheduling information. The output is an html file. For
+example, `/tmp/inconsistencies.html` will contain messages like:
 
 .. code-block:: none
 




More information about the llvm-commits mailing list