From 98062020fd0aaf8513b53796b9dd63729b0c5d4f Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 14 Jul 2017 18:52:30 +0000 Subject: [PATCH] Fix flag names in @available docs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308048 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LanguageExtensions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index e120a88cdc..78f987c4a8 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -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), -- 2.40.0