[libcxx-commits] [PATCH] D79904: [libcxx][libcxxabi] Link against libdl on Android
Shoaib Meenai via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 13 16:57:08 PDT 2020
smeenai added a comment.
In D79904#2035404 <https://reviews.llvm.org/D79904#2035404>, @compnerd wrote:
> Why can we not use `${CMAKE_DL_LIBS}` instead of explicitly detecting libdl and linking against it?
Because I wasn't aware of its existence :D Happy to switch to that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79904/new/
https://reviews.llvm.org/D79904
More information about the libcxx-commits
mailing list