[llvm-branch-commits] [llvm] d8ffb1f - [llvm-profgen] [docs] Fix invalid header. Add to ToC. NFC.
Marek Kurdej via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Nov 26 01:50:11 PST 2020
Author: Marek Kurdej
Date: 2020-11-26T10:45:05+01:00
New Revision: d8ffb1f6a7572b64d5fa6b821c5c143e0e90bb6d
URL: https://github.com/llvm/llvm-project/commit/d8ffb1f6a7572b64d5fa6b821c5c143e0e90bb6d
DIFF: https://github.com/llvm/llvm-project/commit/d8ffb1f6a7572b64d5fa6b821c5c143e0e90bb6d.diff
LOG: [llvm-profgen] [docs] Fix invalid header. Add to ToC. NFC.
Added:
Modified:
llvm/docs/CommandGuide/index.rst
llvm/docs/CommandGuide/llvm-profgen.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/index.rst b/llvm/docs/CommandGuide/index.rst
index f822be96ceb0..f6a1fa970642 100644
--- a/llvm/docs/CommandGuide/index.rst
+++ b/llvm/docs/CommandGuide/index.rst
@@ -74,5 +74,6 @@ Developer Tools
tblgen
lit
llvm-exegesis
- llvm-pdbutil
llvm-locstats
+ llvm-pdbutil
+ llvm-profgen
diff --git a/llvm/docs/CommandGuide/llvm-profgen.rst b/llvm/docs/CommandGuide/llvm-profgen.rst
index 5197b2318e95..d9f9692f6011 100644
--- a/llvm/docs/CommandGuide/llvm-profgen.rst
+++ b/llvm/docs/CommandGuide/llvm-profgen.rst
@@ -1,5 +1,5 @@
llvm-profgen - LLVM SPGO profile generation tool
-=================================================
+================================================
.. program:: llvm-profgen
More information about the llvm-branch-commits
mailing list