[PATCH] D67529: [TextAPI] Introduce TBDv4
Cyndy Ishida via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 16:51:16 PDT 2019
cishida created this revision.
cishida added reviewers: ributzka, steven_wu.
Herald added subscribers: dexonsmith, mgrang, hiraditya, mgorny.
Herald added a project: LLVM.
cishida added a parent revision: D67528: [TextAPI] Add New Supported Platforms.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D67529
Files:
llvm/include/llvm/TextAPI/MachO/InterfaceFile.h
llvm/include/llvm/TextAPI/MachO/Symbol.h
llvm/include/llvm/TextAPI/MachO/Target.h
llvm/lib/TextAPI/MachO/Target.cpp
llvm/lib/TextAPI/MachO/TextStub.cpp
llvm/unittests/TextAPI/CMakeLists.txt
llvm/unittests/TextAPI/TextStubV4Tests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67529.220027.patch
Type: text/x-patch
Size: 45234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190912/94edb692/attachment.bin>
More information about the llvm-commits
mailing list