[Lldb-commits] [PATCH] D128465: [llvm] add zstd to `llvm::compression` namespace

Petr Hosek via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 20 00:33:53 PDT 2022


phosek added inline comments.


================
Comment at: llvm/cmake/config-ix.cmake:149
+  elseif(NOT LLVM_USE_SANITIZER MATCHES "Memory.*")
+    find_package(zstd)
+  endif()
----------------
Since there's no `Findzstd.cmake` module shipped with CMake, and we don't provide in LLVM, we should use the config mode.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128465



More information about the lldb-commits mailing list