[PATCH] D129786: [llvm] add zstd to `llvm::compression` namespace

Cole Kissane via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 18:56:00 PDT 2022


ckissane updated this revision to Diff 445170.
ckissane added a comment.

make it try to find dependency instead of normal find_dependency macro (because the return breaks things on failure)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129786

Files:
  llvm/CMakeLists.txt
  llvm/cmake/config-ix.cmake
  llvm/cmake/modules/LLVMConfig.cmake.in
  llvm/include/llvm/Config/llvm-config.h.cmake
  llvm/include/llvm/Support/Compression.h
  llvm/lib/Support/CMakeLists.txt
  llvm/lib/Support/Compression.cpp
  llvm/test/lit.site.cfg.py.in
  llvm/unittests/Support/CompressionTest.cpp
  utils/bazel/llvm_configs/llvm-config.h.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129786.445170.patch
Type: text/x-patch
Size: 11679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220716/9fe0c50d/attachment.bin>


More information about the llvm-commits mailing list