[all-commits] [llvm/llvm-project] 051259: [TextAPI] Add support to convert RecordSlices -> I...
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Tue Dec 19 08:39:49 PST 2023
Branch: refs/heads/users/cyndyishida/TAPIStubifyp2
Home: https://github.com/llvm/llvm-project
Commit: 0512593f9acd52a776ccefc9341de3a7b3a83c24
https://github.com/llvm/llvm-project/commit/0512593f9acd52a776ccefc9341de3a7b3a83c24
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2023-12-19 (Tue, 19 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/BinaryReader/DylibReader.cpp
M llvm/lib/TextAPI/CMakeLists.txt
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