[all-commits] [llvm/llvm-project] 34acc9: [libc++] Require C++20 to build the benchmarks.
mordante via All-commits
all-commits at lists.llvm.org
Tue Feb 9 09:34:33 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34acc91642440b8e4bad17acfdbb1314c8f2043e
https://github.com/llvm/llvm-project/commit/34acc91642440b8e4bad17acfdbb1314c8f2043e
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M libcxx/benchmarks/CMakeLists.txt
M libcxx/docs/ReleaseNotes.rst
Log Message:
-----------
[libc++] Require C++20 to build the benchmarks.
Some work-in-progress patches for the format header contain benchmarks.
The format header requires C++20 to build. This is a preparation to make
it easy to add these benchmarks.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D96057
More information about the All-commits
mailing list