[clang] [clang][docs] Modernize attribute docs for darwin specifics (PR #88448)
Steven Wu via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 11 15:15:21 PDT 2024
================
@@ -1604,23 +1604,31 @@ specifies availability for the current target platform, the availability
attributes are ignored. Supported platforms are:
``ios``
- Apple's iOS operating system. The minimum deployment target is specified by
- the ``-mios-version-min=*version*`` or ``-miphoneos-version-min=*version*``
- command-line arguments.
+ Apple's iOS operating system. The minimum deployment target is specified
+ as part of the triple. Alternatively, it can be specified by the
----------------
cachemeifyoucan wrote:
Maybe be a bit more specific and reference `-target` driver option?
https://github.com/llvm/llvm-project/pull/88448
More information about the cfe-commits
mailing list