[PATCH] D153398: [TextAPI] Add functionality to manipulate over InterfaceFiles

Cyndy Ishida via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 21:35:01 PDT 2023


cishida created this revision.
cishida added reviewers: ributzka, zixuw.
Herald added subscribers: mgrang, hiraditya.
Herald added a project: All.
cishida requested review of this revision.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153398

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153398.533127.patch
Type: text/x-patch
Size: 46916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230621/1e9c22be/attachment.bin>


More information about the llvm-commits mailing list