summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2018-08-06 01:19:43 +0000
committerChandler Carruth <chandlerc@gmail.com>2018-08-06 01:19:43 +0000
commit343a87ac8d3e65fbd688106d7da51d5f76207089 (patch)
tree736d222f3086d979836b79bc064a025675699011 /llvm/docs
parent1230d22c5996043ea28092f130a8e2af33e5252b (diff)
downloadbcm5719-llvm-343a87ac8d3e65fbd688106d7da51d5f76207089.tar.gz
bcm5719-llvm-343a87ac8d3e65fbd688106d7da51d5f76207089.zip
[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. llvm-svn: 338978
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/AMDGPUUsage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 15159834f41..1ddda1bae9e 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud