[llvm] r366205 - remove a duplicate declaration
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 05:05:54 PDT 2019
Author: sylvestre
Date: Tue Jul 16 05:05:54 2019
New Revision: 366205
URL: http://llvm.org/viewvc/llvm-project?rev=366205&view=rev
Log:
remove a duplicate declaration
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=366205&r1=366204&r2=366205&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Tue Jul 16 05:05:54 2019
@@ -598,9 +598,6 @@ LLVM-specific variables
**LLVM_USE_NEWPM**:BOOL
If enabled, use the experimental new pass manager.
-**LLVM_USE_NEWPM**:BOOL
- If enabled, use the experimental new pass manager.
-
**LLVM_ENABLE_BINDINGS**:BOOL
If disabled, do not try to build the OCaml and go bindings.
More information about the llvm-commits
mailing list