From: Adrian Prantl Date: Mon, 11 Jul 2016 17:03:13 +0000 (+0000) Subject: [man page] Fix two sphinx build errors. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6186a63b7874e805a9e752bfdecf7bf241b456ba;p=clang [man page] Fix two sphinx build errors. These options were referenced by other paragraphs, but never specified. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275075 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/clang.rst b/docs/CommandGuide/clang.rst index 2b4569592a..3143626b52 100644 --- a/docs/CommandGuide/clang.rst +++ b/docs/CommandGuide/clang.rst @@ -184,7 +184,7 @@ Language Selection and Mode Options (either via :option:`-fobjc-nonfragile-abi`, or because it is the platform default). -.. option:: -fobjc-nonfragile-abi +.. option:: -fobjc-nonfragile-abi, -fno-objc-nonfragile-abi Enable use of the Objective-C non-fragile ABI. On platforms for which this is the default ABI, it can be disabled with :option:`-fno-objc-nonfragile-abi`. @@ -300,7 +300,7 @@ Code Generation Options This flag sets the default visibility level. -.. option:: -fcommon +.. option:: -fcommon, -fno-common This flag specifies that variables without initializers get common linkage. It can be disabled with :option:`-fno-common`.