[libcxx-commits] [PATCH] D150747: [libc++][ranges] Add benchmarks for the `from_range` constructors of `vector` and `deque`.
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 16 19:19:17 PDT 2023
var-const updated this revision to Diff 522883.
var-const added a comment.
Try to set the language version via `set_target_properties` instead of `target_compile_options` in case it works around the CMake issue on Windows.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150747/new/
https://reviews.llvm.org/D150747
Files:
libcxx/benchmarks/CMakeLists.txt
libcxx/benchmarks/ContainerBenchmarks.h
libcxx/benchmarks/deque.bench.cpp
libcxx/benchmarks/vector_operations.bench.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150747.522883.patch
Type: text/x-patch
Size: 3718 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230517/7256d113/attachment.bin>
More information about the libcxx-commits
mailing list