[all-commits] [llvm/llvm-project] ac2daa: [ORC][examples] Port LLJITWithRemoteDebugging to S...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Wed Sep 29 01:24:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac2daacb310cbb1732de1c139be7a0e8e982169e
https://github.com/llvm/llvm-project/commit/ac2daacb310cbb1732de1c139be7a0e8e982169e
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/LLJITWithRemoteDebugging.cpp
M llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.cpp
M llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/RemoteJITUtils.h
Log Message:
-----------
[ORC][examples] Port LLJITWithRemoteDebugging to SimpleRemoteEPC
Though this is a full port of the example, it is not yet fully functional due to a threading issue in the SimpleRemoteEPC implementation. The issue was discussed in D110530, but it needs a more thorough solution. For now we are dropping the dependency to the old `OrcRPC` here (it's been the last use-case in-tree). The test for the example is under review in ... and will be re-enabled once the threading issue is solved.
More information about the All-commits
mailing list