[Lldb-commits] [PATCH] D128465: [llvm] add zstd to `llvm::compression` namespace
Fangrui Song via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 19 12:23:18 PDT 2022
MaskRay added a comment.
zstd provides GNU Makefile, CMake, and Meson. The CMake files are only installed when configured with CMake. Debian and Ubuntu lack such files.
The pkg-config file libzstd.pc is probably the most portable file. (I have also used it for a binutils-gdb patch.)
I think we can then avoid the
zstdConfig.cmake
zstd-config.cmake
issue.
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