Skip to content

Commit

Permalink
[llvm] [test] Add missing canonicalization of LLVM_ENABLE_ZSTD
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mgorny committed Oct 6, 2022
1 parent f717050 commit bc4bcbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/CMakeLists.txt
Expand Up @@ -8,6 +8,7 @@ llvm_canonicalize_cmake_booleans(
LLVM_ENABLE_CURL
LLVM_ENABLE_HTTPLIB
LLVM_ENABLE_ZLIB
LLVM_ENABLE_ZSTD
LLVM_ENABLE_LIBXML2
LLVM_INCLUDE_GO_TESTS
LLVM_LINK_LLVM_DYLIB
Expand Down

0 comments on commit bc4bcbc

Please sign in to comment.