[PATCH] D141797: [ORC] Move 'CompleteAllocation' lambda body into its own method.

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 15 10:18:32 PST 2023


lhames created this revision.
lhames added reviewers: argentite, sunho, sgraenitz, v.g.vassilev.
Herald added a subscriber: hiraditya.
Herald added a project: All.
lhames requested review of this revision.
Herald added a project: LLVM.

Upcoming changes will add more complexity to CompleteAllocation. Moving it into
its own method gives it room to grow without impacting the readability of the
allocate method.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141797

Files:
  llvm/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h
  llvm/lib/ExecutionEngine/Orc/MapperJITLinkMemoryManager.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141797.489375.patch
Type: text/x-patch
Size: 4719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230115/d48e30a2/attachment.bin>


More information about the llvm-commits mailing list