[all-commits] [llvm/llvm-project] d5e975: [TextAPI] Add support to convert RecordSlices -> I...
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Sun Dec 10 10:35:55 PST 2023
Branch: refs/heads/users/cyndyishida/TAPIStubifyp2
Home: https://github.com/llvm/llvm-project
Commit: d5e97577651b558b56de64f9ed74cd7893cea7ec
https://github.com/llvm/llvm-project/commit/d5e97577651b558b56de64f9ed74cd7893cea7ec
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2023-12-10 (Sun, 10 Dec 2023)
Changed paths:
M llvm/include/llvm/TextAPI/DylibReader.h
M llvm/include/llvm/TextAPI/Record.h
A llvm/include/llvm/TextAPI/RecordVisitor.h
M llvm/include/llvm/TextAPI/RecordsSlice.h
M llvm/lib/TextAPI/CMakeLists.txt
M llvm/lib/TextAPI/DylibReader.cpp
A llvm/lib/TextAPI/RecordVisitor.cpp
M llvm/lib/TextAPI/RecordsSlice.cpp
Log Message:
-----------
[TextAPI] Add support to convert RecordSlices -> InterfaceFile
Introduce RecordVisitor. This is used for different clients that want to
extract information out of RecordSlice types.
The first and immediate usecase is for serializing symbol information
into TBD files.
More information about the All-commits
mailing list