[Lldb-commits] [PATCH] D128465: [llvm] cmake config groundwork to have ZSTD in LLVM
Fangrui Song via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 8 15:24:10 PDT 2022
MaskRay added inline comments.
================
Comment at: lld/test/lit.site.cfg.py.in:21
config.have_zlib = @LLVM_ENABLE_ZLIB@
+config.have_zstd = @LLVM_ENABLE_ZSTD@
config.have_libxar = @LLVM_HAVE_LIBXAR@
----------------
MaskRay wrote:
> This needs a change in lld/test/CMakeLists.txt
>
> Looks like you haven't run `ninja check-lld` as I mentioned.
Actually I am preparing a lld patch and you probably should drop have_zstd from lld/ for this patch.
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