This is an archive of the discontinued LLVM Phabricator instance.

[libc] Allow target architecture independent configs
ClosedPublic

Authored by sivachandra on Jun 29 2021, 1:36 PM.

Details

Summary

Previously, we required entrypoints.txt for every target architecture
supported by a target OS. With this change, we allow architecture
independent config for a target OS. That is, if an architecture specific
entrypoints.txt is missing, then a generic entrypoints.txt for that
target OS will be used.

Diff Detail

Event Timeline

sivachandra created this revision.Jun 29 2021, 1:36 PM
sivachandra requested review of this revision.Jun 29 2021, 1:36 PM
caitlyncano accepted this revision.Jun 29 2021, 1:37 PM
This revision is now accepted and ready to land.Jun 29 2021, 1:37 PM
This revision was landed with ongoing or failed builds.Jun 29 2021, 1:42 PM
This revision was automatically updated to reflect the committed changes.