[libc] Migrate the libc benchmark instruction to ninja.

Reviewers: sivachandra

    Reviewed By: sivachandra

    Differential Revision: https://reviews.llvm.org/D82143
This commit is contained in:
Anthony Steinhauser 2020-06-18 21:54:30 -07:00
parent 5bd33de9c8
commit 1a377055a7
1 changed files with 2 additions and 2 deletions

View File

@ -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