From 8430489847372c8bcfa8a676e7c458020c61d6de Mon Sep 17 00:00:00 2001 From: Etienne Bergeron Date: Thu, 21 Jul 2016 02:27:05 +0000 Subject: [PATCH] fix warning when generating sphinx doc. llvm-svn: 276227 --- lld/docs/Driver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/docs/Driver.rst b/lld/docs/Driver.rst index 5f2d946..f1105ff 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 -- 2.7.4