diff options
author | Shoaib Meenai <smeenai@fb.com> | 2020-01-27 17:29:41 -0800 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2020-01-28 14:36:24 -0800 |
commit | 076da521f31a48c2154ab9c03c004afaad70a53b (patch) | |
tree | 7b88d70992d29306dcccdec55c22cc940f56c802 /lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp | |
parent | d8f6950828df9959c84a659377214266d64be68e (diff) | |
download | llvm-076da521f31a48c2154ab9c03c004afaad70a53b.zip llvm-076da521f31a48c2154ab9c03c004afaad70a53b.tar.gz llvm-076da521f31a48c2154ab9c03c004afaad70a53b.tar.bz2 |
[libcxx] Link against android_support when needed
libc++ on Android needs to be linked against libandroid_support on API
levels less than 21 to provide needed functions that aren't in the libc
on those platforms (e.g. posix_memalign for libcxxabi). libc++ from the
NDK is a linker script that pulls in libandroid_support, but for
building libc++ itself, we need to explicitly add libandroid_support as
a dependency. Moreover, libc++ headers reference the functions provided
by libandroid_support, so it needs to be added as a public dependency.
Differential Revision: https://reviews.llvm.org/D73516
Diffstat (limited to 'lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp')
0 files changed, 0 insertions, 0 deletions