Skip to content

Commit 6fba785

Browse files
mgornytru
authored andcommitted
[llvm] [test] Add missing canonicalization of LLVM_ENABLE_ZSTD
Add LLVM_ENABLE_ZSTD to llvm_canonicalize_cmake_booleans(). This is needed to ensure that the substitutions in lit.site.cfg.py resolve to correct Python booleans. Differential Revision: https://reviews.llvm.org/D135357 (cherry picked from commit bc4bcbc)
1 parent e3b0721 commit 6fba785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ llvm_canonicalize_cmake_booleans(
88
LLVM_ENABLE_CURL
99
LLVM_ENABLE_HTTPLIB
1010
LLVM_ENABLE_ZLIB
11+
LLVM_ENABLE_ZSTD
1112
LLVM_ENABLE_LIBXML2
1213
LLVM_INCLUDE_GO_TESTS
1314
LLVM_LINK_LLVM_DYLIB

0 commit comments

Comments
 (0)