[libcxx-commits] [PATCH] D60005: [libc++abi] Don't set POSITION_INDEPENDENT_CODE when building static library
Peter Collingbourne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 29 15:57:50 PDT 2019
pcc added a subscriber: danalbert.
pcc added a comment.
It applies to libc++ as well. Many Android apps contain shared objects that statically link libc++ and libc++abi, for example.
That said, I don't know how Android builds libc++ for NDK users. Maybe they aren't using CMake? @danalbert would probably know.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60005/new/
https://reviews.llvm.org/D60005
More information about the libcxx-commits
mailing list