[llvm] r367585 - Fix spacing of LLVM_USE_PERF in CMake.rst that caused it to be tabbed in funny

Erich Keane via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 10:30:25 PDT 2019


Author: erichkeane
Date: Thu Aug  1 10:30:25 2019
New Revision: 367585

URL: http://llvm.org/viewvc/llvm-project?rev=367585&view=rev
Log:
Fix spacing of LLVM_USE_PERF in CMake.rst that caused it to be tabbed in funny

Modified:
    llvm/trunk/docs/CMake.rst

Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=367585&r1=367584&r2=367585&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Thu Aug  1 10:30:25 2019
@@ -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




More information about the llvm-commits mailing list