[all-commits] [llvm/llvm-project] c15ba1: [libc++] Split ranges.transform.binary.pass.cpp up
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Feb 1 10:56:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c15ba1bb9498fa04f6c374337313df43486c9713
https://github.com/llvm/llvm-project/commit/c15ba1bb9498fa04f6c374337313df43486c9713
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
A libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.binary.iterator.pass.cpp
R libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.binary.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.binary.range.pass.cpp
Log Message:
-----------
[libc++] Split ranges.transform.binary.pass.cpp up
`ranges.transform.binary.pass.cpp` took ~25s to compile. `ranges.transform.binary.range.pass.cpp` and `ranges.transform.binary.iterator.pass.cpp` take ~13s each.
Reviewed By: ldionne, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D142183
More information about the All-commits
mailing list