mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-18 13:16:24 -04:00
[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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user