[libcxx-commits] [PATCH] D142183: [libc++] Split ranges.transform.binary.pass.cpp up

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 19 23:15:46 PST 2023


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const, huixie90.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

`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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142183

Files:
  libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.binary.iterator.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.binary.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.binary.range.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142183.490729.patch
Type: text/x-patch
Size: 36644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230120/aae916e1/attachment-0001.bin>


More information about the libcxx-commits mailing list