[all-commits] [llvm/llvm-project] 16c1f4: [TextAPI] Add functionality to manipulate over Int...
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Tue Jul 25 09:24:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16c1f43642e40dbc0d59fcf68ed1682dbf4d87bd
https://github.com/llvm/llvm-project/commit/16c1f43642e40dbc0d59fcf68ed1682dbf4d87bd
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2023-07-25 (Tue, 25 Jul 2023)
Changed paths:
M llvm/include/llvm/TextAPI/ArchitectureSet.h
M llvm/include/llvm/TextAPI/InterfaceFile.h
M llvm/include/llvm/TextAPI/Symbol.h
A llvm/include/llvm/TextAPI/TextAPIError.h
M llvm/lib/TextAPI/CMakeLists.txt
M llvm/lib/TextAPI/InterfaceFile.cpp
A llvm/lib/TextAPI/TextAPIError.cpp
M llvm/unittests/TextAPI/TextStubV5Tests.cpp
Log Message:
-----------
[TextAPI] Add functionality to manipulate over InterfaceFiles
InterfaceFile is the in-memory representation for tbd files. Add APIs to
merge, extract, remove, and inline reexported libraries.
Reviewed By: zixuw
Differential Revision: https://reviews.llvm.org/D153398
More information about the All-commits
mailing list