File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -600,9 +600,15 @@ enabled sub-projects. Nearly all of these variable names begin with
600
600
If enabled, the Z3 constraint solver is activated for the Clang static analyzer.
601
601
A recent version of the z3 library needs to be available on the system.
602
602
603
- **LLVM_ENABLE_ZLIB **:BOOL
604
- Enable building with zlib to support compression/uncompression in LLVM tools.
605
- Defaults to ON.
603
+ **LLVM_ENABLE_ZLIB **:STRING
604
+ Used to decide if LLVM tools should support compression/decompression with
605
+ zlib. Allowed values are ``OFF ``, ``ON `` (default, enable if zlib is found),
606
+ and ``FORCE_ON `` (error if zlib is not found).
607
+
608
+ **LLVM_ENABLE_ZSTD **:STRING
609
+ Used to decide if LLVM tools should support compression/decompression with
610
+ zstd. Allowed values are ``OFF ``, ``ON `` (default, enable if zstd is found),
611
+ and ``FORCE_ON `` (error if zstd is not found).
606
612
607
613
**LLVM_EXPERIMENTAL_TARGETS_TO_BUILD **:STRING
608
614
Semicolon-separated list of experimental targets to build and linked into
You can’t perform that action at this time.
0 commit comments