[llvm] r276531 - Switching the highlighting from llvm to none in an attempt to appease the build bot (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11984/steps/docs-llvm-html/logs/stdio).
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 23 11:53:35 PDT 2016
Author: aaronballman
Date: Sat Jul 23 13:53:35 2016
New Revision: 276531
URL: http://llvm.org/viewvc/llvm-project?rev=276531&view=rev
Log:
Switching the highlighting from llvm to none in an attempt to appease the build bot (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11984/steps/docs-llvm-html/logs/stdio).
Modified:
llvm/trunk/docs/Coroutines.rst
Modified: llvm/trunk/docs/Coroutines.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Coroutines.rst?rev=276531&r1=276530&r2=276531&view=diff
==============================================================================
--- llvm/trunk/docs/Coroutines.rst (original)
+++ llvm/trunk/docs/Coroutines.rst Sat Jul 23 13:53:35 2016
@@ -89,7 +89,7 @@ and 6 after which the coroutine will be
The LLVM IR for this coroutine looks like this:
-.. code-block:: llvm
+.. code-block:: none
define i8* @f(i32 %n) {
entry:
More information about the llvm-commits
mailing list