[llvm][TextAPI/MachO] Support writing single macCatalyst platform
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 27 Jan 2020 18:17:46 +0000 (10:17 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 27 Jan 2020 18:21:06 +0000 (10:21 -0800)
commit3ed88b052b198285d4464166b728ec2e236f814e
tree891f9fb2e8db848ea511f06f8a5735d7eb04eb76
parentce7ca2caf2c2c71f6c003668c99729ee2f9c29e3
[llvm][TextAPI/MachO] Support writing single macCatalyst platform

TAPI currently lacks a way to emit the macCatalyst platform. For TBD_V3
is does support zippered frameworks given that both macOS and
macCatalyst are part of the PlatformSet.

Differential revision: https://reviews.llvm.org/D73325
llvm/lib/TextAPI/MachO/TextStubCommon.cpp
llvm/unittests/TextAPI/TextStubV3Tests.cpp