[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
This commit is contained in:
Paula Toth 2020-05-06 01:21:38 -07:00
parent e82b0e9a8e
commit d80715d1d4
1 changed files with 2 additions and 2 deletions

View File

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