summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEtienne Bergeron <etienneb@google.com>2016-07-21 02:27:05 +0000
committerEtienne Bergeron <etienneb@google.com>2016-07-21 02:27:05 +0000
commit8430489847372c8bcfa8a676e7c458020c61d6de (patch)
treed65de552dbb9be846bdb53fc96d31a78f7dc8885
parentab8d32d53a67d5499811d0840e338c32b552c683 (diff)
downloadbcm5719-llvm-8430489847372c8bcfa8a676e7c458020c61d6de.tar.gz
bcm5719-llvm-8430489847372c8bcfa8a676e7c458020c61d6de.zip
fix warning when generating sphinx doc.
llvm-svn: 276227
-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 5f2d946d36b..f1105ffb32c 100644
--- a/lld/docs/Driver.rst
+++ b/lld/docs/Driver.rst
@@ -68,7 +68,7 @@ Adding a Flavor
#. Add an entry in :file:`lib/Driver/UniversalDriver.cpp` to
:cpp:func:`lld::Driver::strToFlavor` and
:cpp:func:`lld::UniversalDriver::link`.
- This allows the flavor to be selected via symlink and :option:`-flavor`.
+ This allows the flavor to be selected via symlink and `-flavor`.
#. Add a tablegen file called :file:`lib/Driver/{flavor}Options.td` that
describes the options. If the options are a superset of another driver, that
OpenPOWER on IntegriCloud