fix warning when generating sphinx doc.

llvm-svn: 276227
This commit is contained in:
Etienne Bergeron 2016-07-21 02:27:05 +00:00
parent ab8d32d53a
commit 8430489847
1 changed files with 1 additions and 1 deletions

View File

@ -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