diff options
| author | Martell Malone <martellmalone@gmail.com> | 2018-12-04 12:59:22 +0000 |
|---|---|---|
| committer | Martell Malone <martellmalone@gmail.com> | 2018-12-04 12:59:22 +0000 |
| commit | dd702e217b1990a9c8178091e59c002ff3d49e18 (patch) | |
| tree | ae2f933c933dd96e7344cdfc384172baff675a4c | |
| parent | 15b6c453b82ad46ef6f4389ceb941e60e5675106 (diff) | |
| download | bcm5719-llvm-dd702e217b1990a9c8178091e59c002ff3d49e18.tar.gz bcm5719-llvm-dd702e217b1990a9c8178091e59c002ff3d49e18.zip | |
[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
llvm-svn: 348259
| -rw-r--r-- | llvm/utils/gn/README.rst | 4 |
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`, |

