[all-commits] [llvm/llvm-project] e6c034: [TextAPI] Implement TBDv5 Reader

Cyndy Ishida via All-commits all-commits at lists.llvm.org
Thu Feb 16 13:54:26 PST 2023


  Branch: refs/heads/tbdV5Writer
  Home:   https://github.com/llvm/llvm-project
  Commit: e6c034b0e43a062274e5bfefb47bd95201ec5899
      https://github.com/llvm/llvm-project/commit/e6c034b0e43a062274e5bfefb47bd95201ec5899
  Author: Cyndy Ishida <cyndy_ishida at apple.com>
  Date:   2023-02-16 (Thu, 16 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:
  -----------
  [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 & follow up tests will be followed up in future PRs.

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


  Commit: 79aeef6900dbdf683f44499e9cc83f683f3bfbf7
      https://github.com/llvm/llvm-project/commit/79aeef6900dbdf683f44499e9cc83f683f3bfbf7
  Author: Cyndy Ishida <cyndy_ishida at apple.com>
  Date:   2023-02-16 (Thu, 16 Feb 2023)

  Changed paths:
    M llvm/include/llvm/TextAPI/InterfaceFile.h
    M llvm/include/llvm/TextAPI/Symbol.h
    M llvm/include/llvm/TextAPI/Target.h
    M llvm/lib/TextAPI/InterfaceFile.cpp
    M llvm/lib/TextAPI/Target.cpp
    M llvm/lib/TextAPI/TextStubV5.cpp
    M llvm/unittests/TextAPI/TextStubHelpers.h
    M llvm/unittests/TextAPI/TextStubV3Tests.cpp
    M llvm/unittests/TextAPI/TextStubV4Tests.cpp
    M llvm/unittests/TextAPI/TextStubV5Tests.cpp

  Log Message:
  -----------
  [TextAPI] Capture new properties from TBD to InterfaceFile

* Deployment Versions for targets
* Run Search Paths
* Text vs Data Segment attributes to symbols

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


  Commit: 7f254605c66e0260f8b169cd62b094e8a56ddb70
      https://github.com/llvm/llvm-project/commit/7f254605c66e0260f8b169cd62b094e8a56ddb70
  Author: Cyndy Ishida <cyndy_ishida at apple.com>
  Date:   2023-02-16 (Thu, 16 Feb 2023)

  Changed paths:
    M llvm/lib/TextAPI/TextStub.cpp
    M llvm/lib/TextAPI/TextStubCommon.h
    M llvm/lib/TextAPI/TextStubV5.cpp
    M llvm/unittests/TextAPI/TextStubV5Tests.cpp

  Log Message:
  -----------
  [text] WIP writerf


Compare: https://github.com/llvm/llvm-project/compare/e6c034b0e43a%5E...7f254605c66e


More information about the All-commits mailing list