From 564004ae78c61a9292a15f8ed0500016b93ea74e 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. llvm-svn: 308048 --- clang/docs/LanguageExtensions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index e120a88cdca3..78f987c4a8e8 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/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),