[llvm] [ORC] Update ELF debugger support plugin to use AllocActions (PR #167866)
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 15 19:30:09 PST 2025
Stefan =?utf-8?q?Gränitz?= <stefan.graenitz at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/167866 at github.com>
lhames wrote:
If we switch to a dealloc action for deallocation I think that would simplify this a lot further: At that point `DebugObjectManagerPlugin` doesn't need to track the resources at all since they'll be covered by the actions attached to the memory allocation.
https://github.com/llvm/llvm-project/pull/167866
More information about the llvm-commits
mailing list