Reviewed By: oontvoo, MaskRay Differential Revision: https://reviews.llvm.org/D103214
Differential Revision: https://reviews.llvm.org/D90790
This is necessary for enabling LSAN on Android (D89251) because: - LSAN will have false negatives if run with emulated-tls. - Bionic ELF-TLS is not compatible with Gold (hence the need for LLD) Differential Revision: https://reviews.llvm.org/D89615