[PATCH] D54840: [GN][NFC] Update readme example to functional command
Martell Malone via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 4 05:02:33 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL348259: [GN][NFC] Update readme example to functional command (authored by martell, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D54840?vs=175073&id=176607#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54840/new/
https://reviews.llvm.org/D54840
Files:
llvm/trunk/utils/gn/README.rst
Index: llvm/trunk/utils/gn/README.rst
===================================================================
--- llvm/trunk/utils/gn/README.rst
+++ llvm/trunk/utils/gn/README.rst
@@ -61,8 +61,8 @@
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`,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54840.176607.patch
Type: text/x-patch
Size: 726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181204/5451e55a/attachment.bin>
More information about the llvm-commits
mailing list