[libcxx-commits] [libcxx] [libc++][NFC] Refactor _LIBCPP_AVAILABILITY_HAS_* macros to always be defined (PR #71002)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 29 06:12:47 PST 2024
wang-bin wrote:
This will be a problem on android. If I build my library with new ndk(libc++18 or later), library users may use an old ndk version(for example ndk23, llvm-12), the users will get link error, because these symbols exists in libc++13 and later.
https://github.com/llvm/llvm-project/pull/71002
More information about the libcxx-commits
mailing list