summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2019-08-01 17:30:25 +0000
committerErich Keane <erich.keane@intel.com>2019-08-01 17:30:25 +0000
commit441f119789daa4c502867800d2a41dd199dcd8e9 (patch)
tree5e3bda909cbe588d17f9aa1b4b22118f4a7f70d5
parent1328cd0e3752a7c823310bebecd67e99d9cea90f (diff)
downloadbcm5719-llvm-441f119789daa4c502867800d2a41dd199dcd8e9.tar.gz
bcm5719-llvm-441f119789daa4c502867800d2a41dd199dcd8e9.zip
Fix spacing of LLVM_USE_PERF in CMake.rst that caused it to be tabbed in funny
llvm-svn: 367585
-rw-r--r--llvm/docs/CMake.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index 15ca6803439..cbddad5746d 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -398,7 +398,7 @@ LLVM-specific variables
tools.
Defaults to ON.
- **LLVM_USE_PERF**:BOOL
+**LLVM_USE_PERF**:BOOL
Enable building support for Perf (linux profiling tool) JIT support. Defaults to OFF.
**LLVM_ENABLE_ZLIB**:BOOL
OpenPOWER on IntegriCloud