[libc-commits] [libc] d80715d - [libc] Change target name for testing benchmark utils infrastructure.

Paula Toth via libc-commits libc-commits at lists.llvm.org
Wed May 6 01:22:26 PDT 2020


Author: Paula Toth
Date: 2020-05-06T01:22:15-07:00
New Revision: d80715d1d466cfeca041bc43454a3a371391bba5

URL: https://github.com/llvm/llvm-project/commit/d80715d1d466cfeca041bc43454a3a371391bba5
DIFF: https://github.com/llvm/llvm-project/commit/d80715d1d466cfeca041bc43454a3a371391bba5.diff

LOG: [libc] Change target name for testing benchmark utils infrastructure.

Reviewers: sivachandra

Reviewed By: sivachandra

Subscribers: gchatelet, mgorny, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D79466

Added: 
    

Modified: 
    libc/utils/benchmarks/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/utils/benchmarks/CMakeLists.txt b/libc/utils/benchmarks/CMakeLists.txt
index 49eba9bccbea..24741e0fdae3 100644
--- a/libc/utils/benchmarks/CMakeLists.txt
+++ b/libc/utils/benchmarks/CMakeLists.txt
@@ -70,14 +70,14 @@ function(add_libc_benchmark_unittest target_name)
     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/


        


More information about the libc-commits mailing list