[PATCH] D95166: Disable rosegment for old Android versions.
Mike Hommey via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 27 16:23:23 PST 2021
glandium added a comment.
"Android only supports lld" might be true now, but it hasn't always been true, which means the change is not backwards compatible with versions of the NDK that don't use lld. Also, `-fuse-ld` is still a valid flag that can allow to use a different linker than lld.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95166/new/
https://reviews.llvm.org/D95166
More information about the cfe-commits
mailing list