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

Paula Toth via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed May 6 01:34:54 PDT 2020


PaulkaToast updated this revision to Diff 262312.
PaulkaToast marked an inline comment as done.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79466

Files:
  libc/utils/benchmarks/CMakeLists.txt


Index: libc/utils/benchmarks/CMakeLists.txt
===================================================================
--- libc/utils/benchmarks/CMakeLists.txt
+++ libc/utils/benchmarks/CMakeLists.txt
@@ -70,14 +70,14 @@
     POST_BUILD
     COMMAND $<TARGET_FILE:${target_name}>
   )
-  add_dependencies(check-libc-benchmark ${target_name})
+  add_dependencies(libc-benchmark-util-tests ${target_name})
 endfunction()
 
 #==============================================================================
 # Build Google Benchmark for libc
 #==============================================================================
 
-add_custom_target(check-libc-benchmark)
+add_custom_target(libc-benchmark-util-tests)
 
 function(fix_rtti target)
     # TODO: Make this portable and inline with rtti mode from llvm/


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79466.262312.patch
Type: text/x-patch
Size: 798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200506/ba599220/attachment.bin>


More information about the libc-commits mailing list