[libc-commits] [PATCH] D82143: Migrate libc benchmark instructions to ninja.
Anthony Steinhauser via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jun 18 21:16:07 PDT 2020
asteinhauser created this revision.
asteinhauser added a reviewer: sivachandra.
Herald added a project: libc-project.
Herald added a subscriber: libc-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D82143
Files:
libc/benchmarks/README.md
Index: libc/benchmarks/README.md
===================================================================
--- libc/benchmarks/README.md
+++ libc/benchmarks/README.md
@@ -35,8 +35,8 @@
```shell
cd llvm-project
-cmake -B/tmp/build -Sllvm -DLLVM_ENABLE_PROJECTS='clang;clang-tools-extra;libc' -DCMAKE_BUILD_TYPE=Release
-make -C /tmp/build -j display-libc-memcpy-benchmark-small
+cmake -B/tmp/build -Sllvm -DLLVM_ENABLE_PROJECTS='clang;clang-tools-extra;libc' -DCMAKE_BUILD_TYPE=Release -G Ninja
+ninja -C /tmp/build display-libc-memcpy-benchmark-small
```
The display target will attempt to open a window on the machine where you're
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82143.271908.patch
Type: text/x-patch
Size: 634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200619/1422e32e/attachment.bin>
More information about the libc-commits
mailing list