diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2016-07-19 17:46:55 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2016-07-19 17:46:55 +0000 |
| commit | 887ad0e9db84b7b08daa8606705e5cf83edea81b (patch) | |
| tree | 9cf56b38f1a01bbeccb0c4af2ff3d16349b2e60e /llvm/docs/AMDGPUUsage.rst | |
| parent | 5c5e51459f62265079620fdf27e3b9c123588111 (diff) | |
| download | bcm5719-llvm-887ad0e9db84b7b08daa8606705e5cf83edea81b.tar.gz bcm5719-llvm-887ad0e9db84b7b08daa8606705e5cf83edea81b.zip | |
This code block breaks the docs build (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11920/steps/docs-llvm-html/logs/stdio), but I cannot see anything immediately wrong with it and cannot reproduce the diagnostic locally. Setting the code highlighting to none instead of nasm to hopefully get the bot stumbling back towards green.
llvm-svn: 275998
Diffstat (limited to 'llvm/docs/AMDGPUUsage.rst')
| -rw-r--r-- | llvm/docs/AMDGPUUsage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst index 34a9b6011d4..7d1ef117a5b 100644 --- a/llvm/docs/AMDGPUUsage.rst +++ b/llvm/docs/AMDGPUUsage.rst @@ -171,7 +171,7 @@ keys, see the comments in lib/Target/AMDGPU/AmdKernelCodeT.h Here is an example of a minimal amd_kernel_code_t specification: -.. code-block:: nasm +.. code-block:: none .hsa_code_object_version 1,0 .hsa_code_object_isa |

