[PATCH] D62218: [docs][cmake] document LLVM_ENABLE_PLUGINS
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 14:28:17 PDT 2019
nickdesaulniers updated this revision to Diff 200587.
nickdesaulniers added a comment.
- capitalize LLVM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62218/new/
https://reviews.llvm.org/D62218
Files:
llvm/docs/CMake.rst
Index: llvm/docs/CMake.rst
===================================================================
--- llvm/docs/CMake.rst
+++ llvm/docs/CMake.rst
@@ -598,6 +598,10 @@
**LLVM_USE_NEWPM**:BOOL
If enabled, use the experimental new pass manager.
+**LLVM_ENABLE_PLUGINS**::BOOL
+ If enabled, allows LLVM to load plugins, such as LLVMgold or custom Clang
+ plugins. Default value is platform specific.
+
CMake Caches
============
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62218.200587.patch
Type: text/x-patch
Size: 433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190521/3d0e0d40/attachment.bin>
More information about the llvm-commits
mailing list