summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2017-08-29 19:54:19 +0000
committerKostya Kortchinsky <kostyak@google.com>2017-08-29 19:54:19 +0000
commitd61fca35ca043fd1553e0bbcc56540ed3602ee1e (patch)
tree1effa38c513a017fe657489ae4a3a97960c2ecaa /llvm/docs
parent2ad8d948b26a8d652ef3d3aa9fcd5203790af155 (diff)
downloadbcm5719-llvm-d61fca35ca043fd1553e0bbcc56540ed3602ee1e.tar.gz
bcm5719-llvm-d61fca35ca043fd1553e0bbcc56540ed3602ee1e.zip
[docs] Fix Scudo documentation error
Summary: No Pygments lexer found for "none". Reviewers: flowerhack Reviewed By: flowerhack Differential Revision: https://reviews.llvm.org/D37270 llvm-svn: 312027
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/ScudoHardenedAllocator.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/ScudoHardenedAllocator.rst b/llvm/docs/ScudoHardenedAllocator.rst
index 43d964fcb20..562a3914482 100644
--- a/llvm/docs/ScudoHardenedAllocator.rst
+++ b/llvm/docs/ScudoHardenedAllocator.rst
@@ -94,7 +94,7 @@ functions.
You may also build Scudo like this:
-.. code:: none
+.. code::
cd $LLVM/projects/compiler-rt/lib
clang++ -fPIC -std=c++11 -msse4.2 -O2 -I. scudo/*.cpp \
@@ -103,7 +103,7 @@ You may also build Scudo like this:
and then use it with existing binaries as follows:
-.. code:: none
+.. code::
LD_PRELOAD=`pwd`/scudo-allocator.so ./a.out
@@ -124,7 +124,7 @@ can be assigned in the same string, separated by colons.
For example, using the environment variable:
-.. code:: none
+.. code::
SCUDO_OPTIONS="DeleteSizeMismatch=1:QuarantineSizeKb=64" ./a.out
OpenPOWER on IntegriCloud