]> granicus.if.org Git - llvm/commit
[TextAPI] Introduce TBDv4
authorCyndy Ishida <cyndy_ishida@apple.com>
Tue, 8 Oct 2019 15:07:36 +0000 (15:07 +0000)
committerCyndy Ishida <cyndy_ishida@apple.com>
Tue, 8 Oct 2019 15:07:36 +0000 (15:07 +0000)
commit5e985d96256c53480aa40386b99d7d614684358b
tree28433690d5e8ec8d015c0f4acbd7b6e2ecef33c0
parent39fa84d07c7f20df31723a694e3ad3e012f52cad
[TextAPI] Introduce TBDv4

Summary:
This format introduces new features and platforms
The motivation for this format is to support more than 1 platform since previous versions only supported additional architectures and 1 platform,
for example ios + ios-simulator and macCatalyst.

Reviewers: ributzka, steven_wu

Reviewed By: ributzka

Subscribers: mgorny, hiraditya, mgrang, dexonsmith, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374058 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/TextAPI/MachO/InterfaceFile.h
include/llvm/TextAPI/MachO/Symbol.h
include/llvm/TextAPI/MachO/Target.h
lib/TextAPI/MachO/Target.cpp
lib/TextAPI/MachO/TextStub.cpp
lib/TextAPI/MachO/TextStubCommon.cpp
unittests/TextAPI/CMakeLists.txt
unittests/TextAPI/TextStubV4Tests.cpp [new file with mode: 0644]