[lld] r276227 - fix warning when generating sphinx doc.
Etienne Bergeron via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 20 19:27:05 PDT 2016
Author: etienneb
Date: Wed Jul 20 21:27:05 2016
New Revision: 276227
URL: http://llvm.org/viewvc/llvm-project?rev=276227&view=rev
Log:
fix warning when generating sphinx doc.
Modified:
lld/trunk/docs/Driver.rst
Modified: lld/trunk/docs/Driver.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/Driver.rst?rev=276227&r1=276226&r2=276227&view=diff
==============================================================================
--- lld/trunk/docs/Driver.rst (original)
+++ lld/trunk/docs/Driver.rst Wed Jul 20 21:27:05 2016
@@ -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
More information about the llvm-commits
mailing list