[PATCH] D128465: [llvm] add zstd to `llvm::compression` namespace
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 19 12:23:17 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 cfe-commits
mailing list