Skip to content

docs: Add documentation for LLVM_ENABLE_LIBEDIT CMake flag #147112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions llvm/docs/CMake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,13 @@ enabled sub-projects. Nearly all of these variable names begin with
passed to invocations of both so that the project is built using libc++
instead of stdlibc++. Defaults to OFF.

**LLVM_ENABLE_LIBEDIT**:BOOL
Controls whether to enable libedit support for command-line editing and history
in LLVM tools. When ``ON``, forces libedit support to be enabled and will cause a
CMake configuration error if libedit cannot be found. When ``OFF``, disables
libedit support entirely. If not specified, LLVM will auto-detect libedit
availability. Defaults to auto-detection.

**LLVM_ENABLE_LIBPFM**:BOOL
Enable building with libpfm to support hardware counter measurements in LLVM
tools.
Expand Down