Fix flag names in @available docs.

llvm-svn: 308048
This commit is contained in:
Nico Weber 2017-07-14 18:52:30 +00:00
parent 502ac724ac
commit 564004ae78
1 changed files with 2 additions and 2 deletions

View File

@ -1275,8 +1275,8 @@ Objective-C @available
----------------------
It is possible to use the newest SDK but still build a program that can run on
older versions of macOS and iOS by passing ``-mmacosx-version-info=`` /
``--miphoneos-version-min=``.
older versions of macOS and iOS by passing ``-mmacosx-version-min=`` /
``-miphoneos-version-min=``.
Before LLVM 5.0, when calling a function that exists only in the OS that's
newer than the target OS (as determined by the minimum deployment version),