Using lambda for host memory pool was causing stack smashing
error on CI. Using plain for loop fixed the issue.
Details
- Reviewers
JonChesterfield ronlieb jdoerfert
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Is it possible to split this into a refactor and a behaviour change patch? Hard to tell what the semantic change is here
Split this patch into two,
- Current patch now only includes changes for simplifying the host pool lookup
- D109875 includes plain refactoring.
I think this patch includes the refactor so I'm going to hold off on trying to review it until it can be rebased on main after the refactor lands. It's also possible to make a diff relative to another one though I'm not sure on the proper workflow for doing so.
This is not dependent on D109875, instead it is the other case. Apologies for not mentioning here. Diff shown here is messed up.
clang-format not found in user’s local PATH; not linting file.