[PATCH] D95166: Disable rosegment for old Android versions.

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 3 16:51:01 PST 2021


thakis added a comment.

In D95166#2540399 <https://reviews.llvm.org/D95166#2540399>, @danalbert wrote:

>> We've since added -fuse-ld=lld to the three CMAKE_*_FLAGS so I think we're likely set on our end.
>
> https://reviews.llvm.org/D76452 not being accepted means that Android toolchains must have LLD installed as `ld`.

If you pass `-fuse-ld=lld` everwhere, that's not needed, right (?)

>> If there's some way to build android compiler-rt runtimes as part of a regular linux llvm build, we'd love to learn about that :)
>
> afaik CMake makes this impossible because one build has exactly one target :(




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