diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2019-08-14 22:18:01 +0000 |
---|---|---|
committer | Jordan Rupprecht <rupprecht@google.com> | 2019-08-14 22:18:01 +0000 |
commit | 1737f71322e3d440dcee74ef06640ad01945f3b9 (patch) | |
tree | 979e261f1cea21b917a52e38db3312dab3e35523 /llvm/docs/LoopTerminology.rst | |
parent | 5304b72a81acca7e0d9c5cdf5f0d6705a310925b (diff) | |
download | bcm5719-llvm-1737f71322e3d440dcee74ef06640ad01945f3b9.tar.gz bcm5719-llvm-1737f71322e3d440dcee74ef06640ad01945f3b9.zip |
[docs] Fix sphinx doc generation errors
Summary:
Errors fixed:
- GettingStarted: Duplicate explicit target name: "cmake"
- GlobalISel: Unexpected indentation
- LoopTerminology: Explicit markup ends without a blank line; unexpected unindent
- ORCv2: Definition list ends without a blank line; unexpected unindent
- Misc: document isn't included in any toctree
Verified that a clean docs build (`rm -rf docs/ && ninja docs-llvm-html`) passes with no errors. Spot checked the individual pages to make sure they look OK.
Reviewers: thakis, dsanders
Reviewed By: dsanders
Subscribers: arphaman, llvm-commits, lhames, rovka, dsanders, reames
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D66183
llvm-svn: 368932
Diffstat (limited to 'llvm/docs/LoopTerminology.rst')
-rw-r--r-- | llvm/docs/LoopTerminology.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/LoopTerminology.rst b/llvm/docs/LoopTerminology.rst index e901720e23e..991282e5051 100644 --- a/llvm/docs/LoopTerminology.rst +++ b/llvm/docs/LoopTerminology.rst @@ -1,4 +1,5 @@ .. _loop-terminology: + =========================================== LLVM Loop Terminology (and Canonical Forms) =========================================== |