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

Dan Albert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 3 14:22:19 PST 2021


danalbert added a comment.

> 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`. I'm guessing this thread has shown that the patch is worth doing so I can fix this in a more compatible way.

> 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