[llvm] r338978 - [docs] Turn of `nasm` highlighting for a code block.
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 5 18:19:43 PDT 2018
Author: chandlerc
Date: Sun Aug 5 18:19:43 2018
New Revision: 338978
URL: http://llvm.org/viewvc/llvm-project?rev=338978&view=rev
Log:
[docs] Turn of `nasm` highlighting for a code block.
This appears to produce a warning on the docs build bot. It doesn't
reproduce for me, likely because I have a newer (or more full featured)
pygments install.
Modified:
llvm/trunk/docs/AMDGPUUsage.rst
Modified: llvm/trunk/docs/AMDGPUUsage.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AMDGPUUsage.rst?rev=338978&r1=338977&r2=338978&view=diff
==============================================================================
--- llvm/trunk/docs/AMDGPUUsage.rst (original)
+++ llvm/trunk/docs/AMDGPUUsage.rst Sun Aug 5 18:19:43 2018
@@ -4573,7 +4573,7 @@ Example HSA Source Code (-mattr=+code-ob
Here is an example of a minimal assembly source file, defining one HSA kernel:
-.. code-block:: nasm
+.. code-block:: none
.amdgcn_target "amdgcn-amd-amdhsa--gfx900+xnack" // optional
More information about the llvm-commits
mailing list