[all-commits] [llvm/llvm-project] b861b1: [TextAPI] Implement TBDv5 Reader
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Fri Feb 17 16:06:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b861b1225380175a5a724e2a677754f5f74e5b0d
https://github.com/llvm/llvm-project/commit/b861b1225380175a5a724e2a677754f5f74e5b0d
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:
-----------
[TextAPI] Implement TBDv5 Reader
[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.
Reviewed By: pete
Differential Revision: https://reviews.llvm.org/D144156
More information about the All-commits
mailing list