[libc-commits] [PATCH] D72516: [llvm-libc] Add memory function benchmarks
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jan 16 04:55:22 PST 2020
gchatelet added inline comments.
================
Comment at: libc/utils/benchmarks/CMakeLists.txt:56
+
+add_libc_unittest(libc-benchmark-test
+ SRCS libc_benchmark_test.cc
----------------
sivachandra wrote:
> Would just `add_unittest` work? If it does, it should be used here.
I couldn't make it work. We can try to change it afterwards though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72516/new/
https://reviews.llvm.org/D72516
More information about the libc-commits
mailing list