From 441f119789daa4c502867800d2a41dd199dcd8e9 Mon Sep 17 00:00:00 2001 From: Erich Keane Date: Thu, 1 Aug 2019 17:30:25 +0000 Subject: [PATCH] Fix spacing of LLVM_USE_PERF in CMake.rst that caused it to be tabbed in funny llvm-svn: 367585 --- llvm/docs/CMake.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 15ca680..cbddad5 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 -- 2.7.4