From c0cb45a2cf1890ca2c030eb44703d8d4dca9802f Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 6 Aug 2018 01:19:43 +0000 Subject: [PATCH] [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338978 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AMDGPUUsage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AMDGPUUsage.rst b/docs/AMDGPUUsage.rst index 15159834f41..1ddda1bae9e 100644 --- a/docs/AMDGPUUsage.rst +++ b/docs/AMDGPUUsage.rst @@ -4573,7 +4573,7 @@ Example HSA Source Code (-mattr=+code-object-v3) 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