summaryrefslogtreecommitdiffstats
path: root/lld/docs/Driver.rst
diff options
context:
space:
mode:
authorShankar Easwaran <shankare@codeaurora.org>2014-01-27 03:09:26 +0000
committerShankar Easwaran <shankare@codeaurora.org>2014-01-27 03:09:26 +0000
commit3d8de47f76529dba40fc34d497576d9cb51330bc (patch)
tree143515f3acdefd2c6c53e2553af9b34ff120a13d /lld/docs/Driver.rst
parenta64ba010f040003685c507c82237dae9fd4e6f59 (diff)
downloadbcm5719-llvm-3d8de47f76529dba40fc34d497576d9cb51330bc.tar.gz
bcm5719-llvm-3d8de47f76529dba40fc34d497576d9cb51330bc.zip
Fix trailing whitespace.
llvm-svn: 200182
Diffstat (limited to 'lld/docs/Driver.rst')
-rw-r--r--lld/docs/Driver.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/lld/docs/Driver.rst b/lld/docs/Driver.rst
index 49010ee80ab..5f2d946d36b 100644
--- a/lld/docs/Driver.rst
+++ b/lld/docs/Driver.rst
@@ -23,7 +23,7 @@ Flavors
-------
Each of these different interfaces is referred to as a flavor. There is also an
-extra flavor "core" which is used to exercise the core functionality of the
+extra flavor "core" which is used to exercise the core functionality of the
linker it the test suite.
* gnu
@@ -51,7 +51,7 @@ Adding an Option to an existing Flavor
#. Add to :cpp:class:`lld::FlavorLinkingContext` a getter and setter method
for the option.
-
+
#. Modify :cpp:func:`lld::FlavorDriver::parse` in :file:
`lib/Driver/{Flavor}Driver.cpp` to call the targetInfo setter
for corresponding to the option.
@@ -66,7 +66,7 @@ Adding a Flavor
:cpp:class:`lld::UniversalDriver::Flavor`.
#. Add an entry in :file:`lib/Driver/UniversalDriver.cpp` to
- :cpp:func:`lld::Driver::strToFlavor` and
+ :cpp:func:`lld::Driver::strToFlavor` and
:cpp:func:`lld::UniversalDriver::link`.
This allows the flavor to be selected via symlink and :option:`-flavor`.
@@ -76,4 +76,4 @@ Adding a Flavor
must also be added to :file:`lib/Driver/CMakeLists.txt`.
#. Add a ``{flavor}Driver`` as a subclass of :cpp:class:`lld::Driver`
- in :file:`lib/Driver/{flavor}Driver.cpp`.
+ in :file:`lib/Driver/{flavor}Driver.cpp`.
OpenPOWER on IntegriCloud