mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[GN][NFC] Update readme example to functional command
`ninja -C out/gn check-lld` is not a valid command yet Differential revision: https://reviews.llvm.org/D54840 llvm-svn: 348259
This commit is contained in:
parent
cc92633a48
commit
7e5a79b353
@ -61,8 +61,8 @@ GN only works in the monorepo layout.
|
||||
build directory, it can have any name, and you can have as many as you want,
|
||||
each with different build settings).
|
||||
|
||||
#. Run e.g. `ninja -C out/gn check-lld` to build all prerequisites for and
|
||||
run the LLD tests.
|
||||
#. Run e.g. `ninja -C out/gn llvm-undname` to build all prerequisites for and
|
||||
including the Microsoft symbol name pretty printing tool llvm-undname.
|
||||
|
||||
By default, you get a release build with assertions enabled that targets
|
||||
the host arch. You can set various build options by editing `out/gn/args.gn`,
|
||||
|
Loading…
Reference in New Issue
Block a user