[all-commits] [llvm/llvm-project] 79320a: Reland "[TextAPI] Implement TBDv5 Reader"

Cyndy Ishida via All-commits all-commits at lists.llvm.org
Fri Feb 17 22:30:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 79320a0c3f82c47ffd68df5eae7c26a1a4269077
      https://github.com/llvm/llvm-project/commit/79320a0c3f82c47ffd68df5eae7c26a1a4269077
  Author: Cyndy Ishida <cyndy_ishida at apple.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M lld/test/MachO/Inputs/libStubLink.tbd
    M lld/test/MachO/invalid/invalid-stub.s
    M lld/test/MachO/tapi-link.s
    M llvm/include/llvm/TextAPI/InterfaceFile.h
    M llvm/lib/TextAPI/CMakeLists.txt
    M llvm/lib/TextAPI/TextStub.cpp
    M llvm/lib/TextAPI/TextStubCommon.cpp
    M llvm/lib/TextAPI/TextStubCommon.h
    A llvm/lib/TextAPI/TextStubV5.cpp
    M llvm/test/Object/Inputs/tapi-v4-watchos.tbd
    M llvm/test/tools/llvm-tapi-diff/Inputs/v4A.tbd
    M llvm/test/tools/llvm-tapi-diff/Inputs/v4B.tbd
    M llvm/test/tools/llvm-tapi-diff/Inputs/v4C.tbd
    M llvm/test/tools/llvm-tapi-diff/Inputs/v4D.tbd
    M llvm/test/tools/llvm-tapi-diff/Inputs/v4E.tbd
    M llvm/unittests/TextAPI/CMakeLists.txt
    M llvm/unittests/TextAPI/TextStubHelpers.h
    M llvm/unittests/TextAPI/TextStubV4Tests.cpp
    A llvm/unittests/TextAPI/TextStubV5Tests.cpp

  Log Message:
  -----------
  Reland "[TextAPI] Implement TBDv5 Reader"

Introduce initial reader for TBDv5 which is in JSON. This captures all
the currently understood fields within the internal structure
`InterfaceFile`.
New fields will be followed up in future PRs.

Reviewed By: pete

Differential Revision: https://reviews.llvm.org/D144156




More information about the All-commits mailing list