[PATCH] D116615: [Clang] Extract availability mapping from VersionMap for watchOS/tvOS

Egor Zhdan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 4 12:00:41 PST 2022


egorzhdan created this revision.
Herald added a subscriber: dexonsmith.
egorzhdan requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This change makes it possible to extract iOS-to-another-platform version mappings from `VersionMap` in the `SDKSettings.json` file in Darwin SDKs, for example, `iOS_watchOS` and `iOS_tvOS`.

This code was originally authored by Alex Lorenz.

rdar://81491680


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116615

Files:
  clang/lib/Basic/DarwinSDKInfo.cpp
  clang/unittests/Basic/DarwinSDKInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116615.397366.patch
Type: text/x-patch
Size: 4229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220104/ff4445e3/attachment.bin>


More information about the cfe-commits mailing list