[all-commits] [llvm/llvm-project] aa061d: [ORC] Fix the LLJITWithRemoteDebugging example.
lhames via All-commits
all-commits at lists.llvm.org
Mon Sep 27 20:06:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa061ddde77396e8847087a5b6307e0c74e9f8df
https://github.com/llvm/llvm-project/commit/aa061ddde77396e8847087a5b6307e0c74e9f8df
Author: Lang Hames <lhames at gmail.com>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.cpp
M llvm/include/llvm/ExecutionEngine/Orc/OrcRPCExecutorProcessControl.h
Log Message:
-----------
[ORC] Fix the LLJITWithRemoteDebugging example.
This was broken by the switch from JITTargetAddress to ExecutorAddr in
21a06254a3a.
More information about the All-commits
mailing list