summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TextAPI/MachO/Platform.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [TextAPI] Add New Supported PlatformsCyndy Ishida2019-09-231-2/+31
| | | | | | | | | | | | | | | | Summary: This patch introduces simulators, as well was the restriced zippered and macCatalyst to supported platforms Reviewers: ributzka, steven_wu Reviewed By: ributzka Subscribers: hiraditya, dexonsmith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67528 llvm-svn: 372618
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-09-201-1/+2
| | | | llvm-svn: 372416
* [TextAPI] Arch&Platform to TargetCyndy Ishida2019-09-201-0/+61
Summary: This is a patch for updating TextAPI/Macho to read in targets as opposed to arch/platform. This is because in previous versions tbd files only supported a single platform but that is no longer the case, so, now its tracked by unique triples. This precedes a seperate patch that will add the TBD-v4 format Reviewers: ributzka, steven_wu, plotfi, compnerd, smeenai Reviewed By: ributzka Subscribers: mgorny, hiraditya, dexonsmith, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67527 llvm-svn: 372396
OpenPOWER on IntegriCloud