forked from OSchip/llvm-project
Updated the -I option description.
This commit is contained in:
parent
5110fd0343
commit
731292e5f3
|
@ -1014,9 +1014,9 @@ Include path management
|
|||
|
||||
Flags controlling how ``#include``\s are resolved to files.
|
||||
|
||||
.. option:: -I<dir>, --include-directory <arg>, --include-directory=<arg>
|
||||
.. option:: -I<dir>, --include-directory <dir>, --include-directory=<dir>
|
||||
|
||||
Add directory to include search path
|
||||
Add directory <dir> to the list of include files search paths. If there are multiple -I options, these directories are searched in the order they are given before the standard system directories are searched. If the same directory is in the SYSTEM include search paths, for example if also specified with -isystem, the -I option will be ignored
|
||||
|
||||
.. option:: -I-, --include-barrier
|
||||
|
||||
|
|
Loading…
Reference in New Issue