aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Steinhauser <asteinhauser@google.com>2020-06-18 21:54:30 -0700
committerAnthony Steinhauser <asteinhauser@google.com>2020-06-18 21:54:30 -0700
commit1a377055a71a8508042e75d3feffb3bd016c1088 (patch)
tree9f40285173085c23f8a98b95022a4a5fc1985c84
parent5bd33de9c898c6b7e65ada2e07a3cb2cd51ebf1c (diff)
downloadllvm-1a377055a71a8508042e75d3feffb3bd016c1088.zip
llvm-1a377055a71a8508042e75d3feffb3bd016c1088.tar.gz
llvm-1a377055a71a8508042e75d3feffb3bd016c1088.tar.bz2
[libc] Migrate the libc benchmark instruction to ninja.
Reviewers: sivachandra Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D82143
-rw-r--r--libc/benchmarks/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/benchmarks/README.md b/libc/benchmarks/README.md
index ed7d80e..c7619d0 100644
--- a/libc/benchmarks/README.md
+++ b/libc/benchmarks/README.md
@@ -35,8 +35,8 @@ informations** and **benchmarking configuration**.
```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