forked from OSchip/llvm-project
parent
ab8d32d53a
commit
8430489847
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue