[GN][NFC] Update readme example to functional command
authorMartell Malone <martellmalone@gmail.com>
Tue, 4 Dec 2018 12:59:22 +0000 (12:59 +0000)
committerMartell Malone <martellmalone@gmail.com>
Tue, 4 Dec 2018 12:59:22 +0000 (12:59 +0000)
`ninja -C out/gn check-lld` is not a valid command yet

Differential revision: https://reviews.llvm.org/D54840

llvm-svn: 348259

llvm/utils/gn/README.rst

index 86234e9..fd811e9 100644 (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`,