[PATCH] D134781: Remove JITLinkSlabAllocator class
Anubhab Ghosh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 19:06:03 PDT 2022
argentite created this revision.
argentite added a reviewer: lhames.
Herald added a subscriber: StephenFan.
Herald added a project: All.
argentite published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This class was used for testing JITLink with -noexec option and
also included slab allocation support. Its functionality has been
replaced with InProcessDeltaMapper and MapperJITLinkMemoryManager.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D134781
Files:
llvm/tools/llvm-jitlink/llvm-jitlink.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134781.463394.patch
Type: text/x-patch
Size: 8583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220928/16c4e26b/attachment.bin>
More information about the llvm-commits
mailing list