ranges.transform.pass.cpp takes ~42s to run on my machine, ranges.transform.binary.pass.cpp takes ~26s and ranges.transform.unary.pass.cpp takes ~2s.
Details
Details
- Reviewers
ldionne Mordante - Group Reviewers
Restricted Project - Commits
- rGa331560658cd: [libc++][NFC] Split up ranges.transform.pass.cpp
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Can you comment in the commit message on what impact this has on the compile-time of both? Thanks for doing this BTW!