This is an archive of the discontinued LLVM Phabricator instance.

[TextAPI] Add functionality to manipulate over InterfaceFiles
ClosedPublic

Authored by cishida on Jun 20 2023, 9:34 PM.

Details

Summary

InterfaceFile is the in-memory representation for tbd files. Add APIs to
merge, extract, remove, and inline reexported libraries.

Diff Detail

Event Timeline

cishida created this revision.Jun 20 2023, 9:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2023, 9:34 PM
cishida requested review of this revision.Jun 20 2023, 9:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2023, 9:35 PM
ributzka added inline comments.Jun 21 2023, 9:55 AM
llvm/include/llvm/TextAPI/TextAPIError.h
21

TextAPIError::log only handles NoSuchArchitecture, Are the other enum values currently needed?

cishida added inline comments.Jun 21 2023, 11:27 AM
llvm/include/llvm/TextAPI/TextAPIError.h
21

Not right now in LLVM proper repo.

zixuw accepted this revision.Jul 10 2023, 1:30 PM
This revision is now accepted and ready to land.Jul 10 2023, 1:30 PM
This revision was landed with ongoing or failed builds.Jul 25 2023, 9:25 AM
This revision was automatically updated to reflect the committed changes.