[PATCH] D132799: Make sure libLLVM users link with libatomic if needed
Danila Malyutin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 06:27:08 PDT 2022
danilaml added a comment.
I've experienced similar linking issues (-lz not resolved) when cross-compiling since ZLIB was initially picked from cross-build sysroot with a full path but simply using `-lz` is not enough to find a target zlib.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132799/new/
https://reviews.llvm.org/D132799
More information about the llvm-commits
mailing list