Skip to content

[docs] Update LLVM_ENABLE_ZLIB/LLVM_ENABLE_ZSTD #65218

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

Merged
merged 1 commit into from
Sep 3, 2023
Merged
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
12 changes: 9 additions & 3 deletions llvm/docs/CMake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -600,9 +600,15 @@ enabled sub-projects. Nearly all of these variable names begin with
If enabled, the Z3 constraint solver is activated for the Clang static analyzer.
A recent version of the z3 library needs to be available on the system.

**LLVM_ENABLE_ZLIB**:BOOL
Enable building with zlib to support compression/uncompression in LLVM tools.
Defaults to ON.
**LLVM_ENABLE_ZLIB**:STRING
Used to decide if LLVM tools should support compression/decompression with
zlib. Allowed values are ``OFF``, ``ON`` (default, enable if zlib is found),
and ``FORCE_ON`` (error if zlib is not found).

**LLVM_ENABLE_ZSTD**:STRING
Used to decide if LLVM tools should support compression/decompression with
zstd. Allowed values are ``OFF``, ``ON`` (default, enable if zstd is found),
and ``FORCE_ON`` (error if zstd is not found).

**LLVM_EXPERIMENTAL_TARGETS_TO_BUILD**:STRING
Semicolon-separated list of experimental targets to build and linked into
Expand Down