[all-commits] [llvm/llvm-project] 87feac: [TextAPI] Add support to convert RecordSlices -> I...

Cyndy Ishida via All-commits all-commits at lists.llvm.org
Tue Dec 19 08:46:11 PST 2023


  Branch: refs/heads/users/cyndyishida/TAPIStubifyp2
  Home:   https://github.com/llvm/llvm-project
  Commit: 87feac672b0e784434fc36268a66ee570bb00e03
      https://github.com/llvm/llvm-project/commit/87feac672b0e784434fc36268a66ee570bb00e03
  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