]> granicus.if.org Git - llvm/commit
[triple] add 'macCatalyst' environment type
authorAlex Lorenz <arphaman@gmail.com>
Tue, 2 Jul 2019 21:37:00 +0000 (21:37 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 2 Jul 2019 21:37:00 +0000 (21:37 +0000)
commitf5d1f57593c98fe5f3ebdc62ab176cb96d3d9da1
treeecdf6c0998ccd4b00a782f909c246e28561aa506
parentf4c5593c234fecae268622371bedf7c537df6ba8
[triple] add 'macCatalyst' environment type

Mac Catalyst is a new deployment platform in macOS Catalina.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364971 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp
unittests/ADT/TripleTest.cpp