[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 07:09:33 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGbc4bcbcfc820: [llvm] [test] Add missing canonicalization of LLVM_ENABLE_ZSTD (authored by mgorny).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135357/new/

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.465719.patch
Type: text/x-patch
Size: 329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221006/4c3a75f9/attachment.bin>


More information about the llvm-commits mailing list