summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/gn/README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/gn/README.rst b/llvm/utils/gn/README.rst
index 86234e9141a..fd811e916e2 100644
--- a/llvm/utils/gn/README.rst
+++ b/llvm/utils/gn/README.rst
@@ -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`,
OpenPOWER on IntegriCloud