aboutsummaryrefslogtreecommitdiffstats
path: root/docs/programming.rst
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2012-08-23 19:08:53 -0700
committerStephen Hines <srhines@google.com>2012-08-23 19:08:53 -0700
commit31675153bd2d7617db8cb6aeb58054934c7b9f73 (patch)
treec1970fcebc736d4f731db0559a79a7ac5cb0f8bf /docs/programming.rst
parent416bb6a168a9316547db6ce3909c515f70a84f52 (diff)
parent75dd7f0c4a2b3fb9e9d4d5a0517591810c57ed92 (diff)
downloadexternal_llvm-31675153bd2d7617db8cb6aeb58054934c7b9f73.zip
external_llvm-31675153bd2d7617db8cb6aeb58054934c7b9f73.tar.gz
external_llvm-31675153bd2d7617db8cb6aeb58054934c7b9f73.tar.bz2
Merge branch 'upstream' into merge_2
Conflicts: lib/Target/ARM/ARMCodeEmitter.cpp Change-Id: I6702d340c733e9721499b5d85b13b96ad9c14eb5
Diffstat (limited to 'docs/programming.rst')
-rw-r--r--docs/programming.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/programming.rst b/docs/programming.rst
index add923f..27e4301 100644
--- a/docs/programming.rst
+++ b/docs/programming.rst
@@ -7,6 +7,7 @@ Programming Documentation
:hidden:
CodingStandards
+ CommandLine
* `LLVM Language Reference Manual <LangRef.html>`_
@@ -18,7 +19,7 @@ Programming Documentation
Introduction to the general layout of the LLVM sourcebase, important classes
and APIs, and some tips & tricks.
-* `CommandLine library Reference Manual <CommandLine.html>`_
+* :ref:`commandline`
Provides information on using the command line parsing library.