[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:35:07 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd80715d1d466: [libc] Change target name for testing benchmark utils infrastructure. (authored by PaulkaToast).
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.262315.patch
Type: text/x-patch
Size: 798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200506/a6be02a4/attachment.bin>
More information about the libc-commits
mailing list