forked from OSchip/llvm-project
gn build: Add a note on how to locally tell git to ignore build dir
llvm-svn: 366072
This commit is contained in:
parent
5153b1723a
commit
62cc16dac2
|
@ -51,6 +51,8 @@ GN only works in the monorepo layout.
|
|||
you can manually pass these parameters and not use the wrapper if you
|
||||
prefer.)
|
||||
|
||||
#. ``echo out >> .git/info/exclude`` to tell git to ignore files below ``out``.
|
||||
|
||||
#. ``ninja -C out/gn check-lld`` to build all prerequisites for and run the LLD
|
||||
tests.
|
||||
|
||||
|
|
Loading…
Reference in New Issue