This is an archive of the discontinued LLVM Phabricator instance.

[TextAPI] Arch&Platform to Target
ClosedPublic

Authored by cishida on Sep 12 2019, 4:21 PM.

Details

Summary

This is a patch for updating TextAPI/Macho to read in targets as opposed to arch/platform.
This is because in previous versions tbd files only supported a single platform but that is no longer the case,
so, now its tracked by unique triples.
This precedes a seperate patch that will add the TBD-v4 format

Diff Detail

Repository
rL LLVM

Event Timeline

cishida created this revision.Sep 12 2019, 4:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 12 2019, 4:21 PM
This revision is now accepted and ready to land.Sep 13 2019, 10:32 AM
This revision was automatically updated to reflect the committed changes.