]> granicus.if.org Git - llvm/commit
Merging r276109:
authorHans Wennborg <hans@hanshq.net>
Tue, 26 Jul 2016 15:58:53 +0000 (15:58 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 26 Jul 2016 15:58:53 +0000 (15:58 +0000)
commitae2034a957f568cd748cbe1f3f6987b1429aa549
treea5eb57cb50cce24844f04277d324fda24d92c930
parente5a9de1e0f4d8b1a60473ebf2da25206c452f830
Merging r276109:
------------------------------------------------------------------------
r276109 | rengolin | 2016-07-20 05:16:38 -0700 (Wed, 20 Jul 2016) | 20 lines

[docs] Fixing Sphinx warnings to unclog the buildbot

Lots of blocks had "llvm" or "nasm" syntax types but either weren't following
the syntax, or the syntax has changed (and sphinx hasn't keep up) or the type
doesn't even exist (nasm?).

Other documents had :options: what were invalid. I only removed those that had
warnings, and left the ones that didn't, in order to follow the principle of
least surprise.

This is like this for ages, but the buildbot is now failing on errors. It may
take a while to upgrade the buildbot's sphinx, if that's even possible, but
that shouldn't stop us from getting docs updates (which seem down for quite
a while).

Also, we're not losing any syntax highlight, since when it doesn't parse, it
doesn't colour. Ie. those blocks are not being highlighted anyway.

I'm trying to get all docs in one go, so that it's easy to revert later if we
do fix, or at least easy to know what's to fix.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@276758 91177308-0d34-0410-b5e6-96231b3b80d8
22 files changed:
docs/CodeGenerator.rst
docs/CommandGuide/FileCheck.rst
docs/CommandGuide/llvm-nm.rst
docs/CommandGuide/opt.rst
docs/ExceptionHandling.rst
docs/Extensions.rst
docs/GarbageCollection.rst
docs/GetElementPtr.rst
docs/HowToUseInstrMappings.rst
docs/InAlloca.rst
docs/LangRef.rst
docs/MIRLangRef.rst
docs/MarkedUpDisassembly.rst
docs/MergeFunctions.rst
docs/NVPTXUsage.rst
docs/SegmentedStacks.rst
docs/SourceLevelDebugging.rst
docs/Statepoints.rst
docs/TableGen/LangIntro.rst
docs/TableGen/index.rst
docs/WritingAnLLVMBackend.rst
docs/WritingAnLLVMPass.rst