1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02: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:
Martell Malone 2018-12-04 12:59:22 +00:00
parent cc92633a48
commit 7e5a79b353

View File

@ -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`,