[llvm] r348259 - [GN][NFC] Update readme example to functional command

Martell Malone via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 04:59:22 PST 2018


Author: martell
Date: Tue Dec  4 04:59:22 2018
New Revision: 348259

URL: http://llvm.org/viewvc/llvm-project?rev=348259&view=rev
Log:
[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

Modified:
    llvm/trunk/utils/gn/README.rst

Modified: llvm/trunk/utils/gn/README.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/README.rst?rev=348259&r1=348258&r2=348259&view=diff
==============================================================================
--- llvm/trunk/utils/gn/README.rst (original)
+++ llvm/trunk/utils/gn/README.rst Tue Dec  4 04:59:22 2018
@@ -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`,




More information about the llvm-commits mailing list