[PATCH] D152060: [Docs][CMake] Add LLVM_ENABLE_HTTPLIB to CMake options list
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 3 03:14:05 PDT 2023
aidengrossman created this revision.
Herald added a subscriber: ekilmer.
Herald added a project: All.
aidengrossman requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch adds LLVM_ENABLE_HTTPLIB to the list of CMake options to make
it more clear exactly what it does and also provide clarity on which
specific project it is referring to/installation.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152060
Files:
llvm/docs/CMake.rst
Index: llvm/docs/CMake.rst
===================================================================
--- llvm/docs/CMake.rst
+++ llvm/docs/CMake.rst
@@ -489,6 +489,11 @@
**LLVM_ENABLE_EXPENSIVE_CHECKS**:BOOL
Enable additional time/memory expensive checking. Defaults to OFF.
+**LLVM_ENABLE_HTTPLIB**:BOOL
+ Enables the optional cpp-httplib dependency which is used by llvm-debuginfod
+ to serve debug info over HTTP. `cpp-httplib <https://github.com/yhirose/cpp-httplib>`_
+ must be installed, or `httplib_ROOT` must be set. Defaults to OFF.
+
**LLVM_ENABLE_FFI**:BOOL
Indicates whether the LLVM Interpreter will be linked with the Foreign Function
Interface library (libffi) in order to enable calling external functions.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152060.528087.patch
Type: text/x-patch
Size: 733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230603/3ebba70e/attachment.bin>
More information about the llvm-commits
mailing list