================ @@ -1637,31 +1637,42 @@ specifies availability for the current target platform, the availability attributes are ignored. Supported platforms are: ``ios`` +``ios_app_extension`` Apple's iOS operating system. The minimum deployment target is specified as part of the ``-target *arch*-apple-ios*version*`` command line argument. Alternatively, it can be specified by the ``-mtargetos=ios*version*`` command-line argument. +``maccatalyst`` +``maccatalyst_app_extension`` + Apple's Mac Catalyst development environment for its macOS operating system. + The minimum deployment target is specified as part of the + ``-target *arch*-apple-ios*version*-macabi`` command line argument. ---------------- ian-twilightcoder wrote:
Aha https://github.com/llvm/llvm-project/pull/104653 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits