[PATCH] D95166: Disable rosegment for old Android versions.
Dan Albert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 27 14:38:59 PST 2021
danalbert added a comment.
In D95166#2525131 <https://reviews.llvm.org/D95166#2525131>, @dmajor wrote:
> Firefox has a build break from this change. In certain Android configurations we use bfd or gold. The statement in the commit message "Android only supports LLD" is news to me, could you point me to any references for this?
https://github.com/android/ndk/wiki/Changelog-r22
> GNU binutils is deprecated and will be removed in an upcoming NDK release.
TOT LLVM is the source for the //next// version of the NDK's compiler, which does remove support for bfd and gold: https://android.googlesource.com/platform/ndk/+/master/docs/changelogs/Changelog-r23.md
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