[llvm] r326999 - Add llvm-mca.rst to the table of contents in docs/CommandGuide.
Andrea Di Biagio via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 8 05:43:11 PST 2018
Author: adibiagio
Date: Thu Mar 8 05:43:11 2018
New Revision: 326999
URL: http://llvm.org/viewvc/llvm-project?rev=326999&view=rev
Log:
Add llvm-mca.rst to the table of contents in docs/CommandGuide.
This should fix the documentation error reported by builder llvm-sphinx-docs
(build #16407) after r326998.
Modified:
llvm/trunk/docs/CommandGuide/index.rst
Modified: llvm/trunk/docs/CommandGuide/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/index.rst?rev=326999&r1=326998&r2=326999&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/index.rst (original)
+++ llvm/trunk/docs/CommandGuide/index.rst Thu Mar 8 05:43:11 2018
@@ -31,6 +31,7 @@ Basic Commands
llvm-symbolizer
llvm-dwarfdump
dsymutil
+ llvm-mca
Debugging Tools
~~~~~~~~~~~~~~~
More information about the llvm-commits
mailing list