[PATCH] D147310: [Orc] Add AutoRegisterCode option for DebugObjectManagerPlugin

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 06:11:16 PDT 2023


sgraenitz updated this revision to Diff 510471.
sgraenitz added a comment.

Switch to the explicit ctor in lli, llvm-jitlink and LLJITWithRemoteDebugging (not adding user-facing options for now)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147310/new/

https://reviews.llvm.org/D147310

Files:
  llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.cpp
  llvm/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h
  llvm/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h
  llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp
  llvm/lib/ExecutionEngine/Orc/EPCDebugObjectRegistrar.cpp
  llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp
  llvm/tools/lli/lli.cpp
  llvm/tools/llvm-jitlink/llvm-jitlink.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147310.510471.patch
Type: text/x-patch
Size: 9283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230403/3df8f6e2/attachment-0001.bin>


More information about the llvm-commits mailing list