diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:19:15 +0000 |
| commit | d93e1dfac8711cfed1a9d9cd1876a788b83945cd (patch) | |
| tree | 5896fa6c02a262a6148b215487e545d937de58b7 /docs/Driver.rst | |
| parent | 8d43286d630f9224de07809ea253e83ebb9cdee6 (diff) | |
Notes
Diffstat (limited to 'docs/Driver.rst')
| -rw-r--r-- | docs/Driver.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Driver.rst b/docs/Driver.rst index 5f2d946d36bd..f1105ffb32ce 100644 --- a/docs/Driver.rst +++ b/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 |
