[libc-commits] [PATCH] D80495: Fixing the build command for benchmarks.

Anthony Steinhauser via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu May 28 11:34:25 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG504d8d9d8a20: [libc] Fixing the build command for benchmarks. (authored by asteinhauser).
Herald added a project: libc-project.
Herald added a subscriber: libc-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80495/new/

https://reviews.llvm.org/D80495

Files:
  libc/utils/benchmarks/README.md


Index: libc/utils/benchmarks/README.md
===================================================================
--- libc/utils/benchmarks/README.md
+++ libc/utils/benchmarks/README.md
@@ -35,7 +35,7 @@
 
 ```shell
 cd llvm-project
-cmake -B/tmp/build -Sllvm -DLLVM_ENABLE_PROJECTS=libc -DCMAKE_BUILD_TYPE=Release
+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
 ```
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80495.266971.patch
Type: text/x-patch
Size: 482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200528/c4418738/attachment.bin>


More information about the libc-commits mailing list