[PATCH] D54840: [GN] : Update readme example to functional command

Martell Malone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 22 16:32:53 PST 2018


martell created this revision.
martell added a reviewer: thakis.

`ninja -C out/gn check-lld` is not a valid command with the current checkin.


Repository:
  rL LLVM

https://reviews.llvm.org/D54840

Files:
  llvm/utils/gn/README.rst


Index: llvm/utils/gn/README.rst
===================================================================
--- llvm/utils/gn/README.rst
+++ llvm/utils/gn/README.rst
@@ -61,8 +61,7 @@
    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 Demangle` to build libDemangle.
 
 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`,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54840.175073.patch
Type: text/x-patch
Size: 616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181123/03716a3c/attachment.bin>


More information about the llvm-commits mailing list