forked from OSchip/llvm-project
[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:
parent
e82b0e9a8e
commit
d80715d1d4
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue