InterfaceFile is the in-memory representation for tbd files. Add APIs to
merge, extract, remove, and inline reexported libraries.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153398
[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
Diff Detail
Event Timelinecishida added a parent revision: D149861: [TextAPI] Remove TBD file attributes that aren't used anymore..Jun 20 2023, 9:36 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 Closed by commit rG16c1f43642e4: [TextAPI] Add functionality to manipulate over InterfaceFiles (authored by cishida). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 533127 llvm/include/llvm/TextAPI/ArchitectureSet.h
llvm/include/llvm/TextAPI/InterfaceFile.h
llvm/include/llvm/TextAPI/Symbol.h
llvm/include/llvm/TextAPI/TextAPIError.h
llvm/lib/TextAPI/CMakeLists.txt
llvm/lib/TextAPI/InterfaceFile.cpp
llvm/lib/TextAPI/TextAPIError.cpp
llvm/unittests/TextAPI/TextStubV5Tests.cpp
|
TextAPIError::log only handles NoSuchArchitecture, Are the other enum values currently needed?