Skip to content

Commit 687986e

Browse files
[Docs] Add documentation for LLVM_ENABLE_CURL (#170928)
1 parent 21147e7 commit 687986e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/docs/CMake.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,12 @@ its enabled sub-projects. Nearly all of these variable names begin with
478478
**LLVM_ENABLE_BINDINGS**:BOOL
479479
If disabled, do not try to build the OCaml bindings.
480480

481+
**LLVM_ENABLE_CURL**:
482+
Used to decide if LLVM tools, should support downloading information
483+
(particularly debug info from ``llvm-debuginfod``) over HTTP. Allowed
484+
values are ``OFF`` (default), ``ON``, and ``FORCE_ON`` (error if libcurl
485+
is not found).
486+
481487
**LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING**:STRING
482488
Enhances Debugify's ability to detect line number errors by storing extra
483489
information inside Instructions, removing false positives from Debugify's

0 commit comments

Comments
 (0)