[libc-commits] [PATCH] D79466: [libc] Change target name for testing benchmark utils infrastructure.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue May 5 23:09:51 PDT 2020


sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/utils/benchmarks/CMakeLists.txt:80
 
-add_custom_target(check-libc-benchmark)
+add_custom_target(libc-test-benchmark-util)
 
----------------
To be consistent with other names, `libc-benchmark-util-tests` would be more appropriate.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79466





More information about the libc-commits mailing list