[llvm] Reland: [ORC] Tailor ELF debugger support plugin to load-address patching only (PR #169482)

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 8 04:58:24 PST 2025


================
@@ -348,6 +348,16 @@ class SimpleSegmentAlloc {
     return Alloc->finalize();
   }
 
+  /// Free allocated memory if finalize won't be called.
+  Error abandon() {
----------------
weliveindetail wrote:

Great, done

https://github.com/llvm/llvm-project/pull/169482


More information about the llvm-commits mailing list