Using lambda for host memory pool was causing stack smashing
error on CI. Using plain for loop fixed the issue.
Details
Details
- Reviewers
JonChesterfield ronlieb jdoerfert
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is it possible to split this into a refactor and a behaviour change patch? Hard to tell what the semantic change is here
Comment Actions
Split this patch into two,
- Current patch now only includes changes for simplifying the host pool lookup
- D109875 includes plain refactoring.
Comment Actions
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.
Comment Actions
This is not dependent on D109875, instead it is the other case. Apologies for not mentioning here. Diff shown here is messed up.
clang-tidy: error: 'libelf.h' file not found [clang-diagnostic-error]
not useful