From 8f2e82dc52f6d6616d68aaacfd8317f5e71dfd54 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367585 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CMake.rst b/docs/CMake.rst index 15ca6803439..cbddad5746d 100644 --- a/docs/CMake.rst +++ b/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.49.0