fba8c44
From ce04fe5f8eb9f3a27504db75672083c8aaf80ddd Mon Sep 17 00:00:00 2001
fba8c44
From: Aaron Ballman <aaron@aaronballman.com>
fba8c44
Date: Tue, 19 Jul 2016 17:46:55 +0000
fba8c44
Subject: [PATCH] This code block breaks the docs build
fba8c44
 (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11920/steps/docs-llvm-html/logs/stdio),
fba8c44
 but I cannot see anything immediately wrong with it and cannot reproduce the
fba8c44
 diagnostic locally. Setting the code highlighting to none instead of nasm to
fba8c44
 hopefully get the bot stumbling back towards green.
fba8c44
fba8c44
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275998 91177308-0d34-0410-b5e6-96231b3b80d8
fba8c44
---
fba8c44
 docs/AMDGPUUsage.rst | 2 +-
fba8c44
 1 file changed, 1 insertion(+), 1 deletion(-)
fba8c44
fba8c44
diff --git a/docs/AMDGPUUsage.rst b/docs/AMDGPUUsage.rst
fba8c44
index 34a9b60..7d1ef11 100644
fba8c44
--- a/docs/AMDGPUUsage.rst
fba8c44
+++ b/docs/AMDGPUUsage.rst
fba8c44
@@ -171,7 +171,7 @@ keys, see the comments in lib/Target/AMDGPU/AmdKernelCodeT.h
fba8c44
 
fba8c44
 Here is an example of a minimal amd_kernel_code_t specification:
fba8c44
 
fba8c44
-.. code-block:: nasm
fba8c44
+.. code-block:: none
fba8c44
 
fba8c44
    .hsa_code_object_version 1,0
fba8c44
    .hsa_code_object_isa
fba8c44
-- 
fba8c44
2.5.5
fba8c44