[PATCH] D135357: [llvm] [test] Add missing canonicalization of LLVM_ENABLE_ZSTD

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 6 05:45:06 PDT 2022


mgorny created this revision.
mgorny added reviewers: nikic, phosek, MaskRay, leonardchan, ckissane.
Herald added a subscriber: StephenFan.
Herald added a project: All.
mgorny requested review of this revision.
Herald added a project: LLVM.

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.


https://reviews.llvm.org/D135357

Files:
  llvm/test/CMakeLists.txt


Index: llvm/test/CMakeLists.txt
===================================================================
--- llvm/test/CMakeLists.txt
+++ llvm/test/CMakeLists.txt
@@ -8,6 +8,7 @@
   LLVM_ENABLE_CURL
   LLVM_ENABLE_HTTPLIB
   LLVM_ENABLE_ZLIB
+  LLVM_ENABLE_ZSTD
   LLVM_ENABLE_LIBXML2
   LLVM_INCLUDE_GO_TESTS
   LLVM_LINK_LLVM_DYLIB


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135357.465705.patch
Type: text/x-patch
Size: 329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221006/693b7d74/attachment.bin>


More information about the llvm-commits mailing list