diff options
| author | Adrian Prantl <aprantl@apple.com> | 2016-07-11 17:03:13 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2016-07-11 17:03:13 +0000 |
| commit | 6e7300bdd05e55a3d664798c4c3a87698d1775a3 (patch) | |
| tree | 667ae461111bb6622e6183f721c96d7611dc37d5 /clang/docs/CommandGuide | |
| parent | 12a115683ba7f9e191c9b93f2b2701dd7187d443 (diff) | |
| download | bcm5719-llvm-6e7300bdd05e55a3d664798c4c3a87698d1775a3.tar.gz bcm5719-llvm-6e7300bdd05e55a3d664798c4c3a87698d1775a3.zip | |
[man page] Fix two sphinx build errors.
These options were referenced by other paragraphs, but never specified.
llvm-svn: 275075
Diffstat (limited to 'clang/docs/CommandGuide')
| -rw-r--r-- | clang/docs/CommandGuide/clang.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst index 2b4569592a9..3143626b52f 100644 --- a/clang/docs/CommandGuide/clang.rst +++ b/clang/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`. |

