summaryrefslogtreecommitdiffstats
path: root/lld/docs/Driver.rst
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-08-06 22:31:59 +0000
committerRui Ueyama <ruiu@google.com>2013-08-06 22:31:59 +0000
commit0ca149fce901456eca05ac5244a816303974db03 (patch)
treed10916d0f49f34b6533c73c11e9b52b91ab98b68 /lld/docs/Driver.rst
parent6fea779c2965b233425c9d4a6e7ff745ddd62b4e (diff)
downloadbcm5719-llvm-0ca149fce901456eca05ac5244a816303974db03.tar.gz
bcm5719-llvm-0ca149fce901456eca05ac5244a816303974db03.zip
Rename TargetInfo -> LinkingContext.
Also change some local variable names: "ti" -> "context" and "_targetInfo" -> "_context". Differential Revision: http://llvm-reviews.chandlerc.com/D1301 llvm-svn: 187823
Diffstat (limited to 'lld/docs/Driver.rst')
-rw-r--r--lld/docs/Driver.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/Driver.rst b/lld/docs/Driver.rst
index c96cd952a92..49010ee80ab 100644
--- a/lld/docs/Driver.rst
+++ b/lld/docs/Driver.rst
@@ -49,7 +49,7 @@ Adding an Option to an existing Flavor
#. Add the option to the desired :file:`lib/Driver/{flavor}Options.td`.
-#. Add to :cpp:class:`lld::FlavorTargetInfo` a getter and setter method
+#. Add to :cpp:class:`lld::FlavorLinkingContext` a getter and setter method
for the option.
#. Modify :cpp:func:`lld::FlavorDriver::parse` in :file:
OpenPOWER on IntegriCloud