We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21147e7 commit 687986eCopy full SHA for 687986e
llvm/docs/CMake.rst
@@ -478,6 +478,12 @@ its enabled sub-projects. Nearly all of these variable names begin with
478
**LLVM_ENABLE_BINDINGS**:BOOL
479
If disabled, do not try to build the OCaml bindings.
480
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
+
487
**LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING**:STRING
488
Enhances Debugify's ability to detect line number errors by storing extra
489
information inside Instructions, removing false positives from Debugify's
0 commit comments