[libcxx-commits] [PATCH] D107799: [CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default on Linux
Fangrui Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 10 00:32:23 PDT 2022
MaskRay added a comment.
In D107799#3572539 <https://reviews.llvm.org/D107799#3572539>, @glandium wrote:
> Do you mean it found zlib?
Yes.
% ldd /tmp/out/obj2/bin/clang | grep libz
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007efd91747000)
% /tmp/out/obj2/bin/clang -g -gz -c a.cc # works
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107799/new/
https://reviews.llvm.org/D107799
More information about the libcxx-commits
mailing list