This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] support armv5t, armv6
ClosedPublic

Authored by stuij on Jan 9 2023, 1:33 PM.

Details

Summary

The legwork for these was done by https://reviews.llvm.org/D138725. Here we're
just adding the arch names to the cmake files and linking them to
arm_min_SOURCES.

Diff Detail

Event Timeline

stuij created this revision.Jan 9 2023, 1:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2023, 1:33 PM
stuij requested review of this revision.Jan 9 2023, 1:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2023, 1:33 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
MaskRay accepted this revision.Jan 9 2023, 1:36 PM
This revision is now accepted and ready to land.Jan 9 2023, 1:36 PM

Looks good to me too.

This revision was automatically updated to reflect the committed changes.