This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Improve defaults for Android
ClosedPublic

Authored by smeenai on Aug 24 2023, 4:19 PM.

Details

Summary

Android has only used libc++ for a long time, and since NDK r23, it
also always uses compiler-rt and LLVM's libunwind (which is linked
statically). Reflect these defaults in compiler-rt's build, instead of
requiring the correct settings to always be externally specified.

Diff Detail

Event Timeline

smeenai created this revision.Aug 24 2023, 4:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2023, 4:19 PM
smeenai requested review of this revision.Aug 24 2023, 4:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2023, 4:19 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
srhines accepted this revision.Aug 24 2023, 4:57 PM

Thanks for making this better.

This revision is now accepted and ready to land.Aug 24 2023, 4:57 PM
This revision was automatically updated to reflect the committed changes.