[all-commits] [llvm/llvm-project] 175c1a: [ORC][llvm-jitlink] Add debugging output to Simple...
lhames via All-commits
all-commits at lists.llvm.org
Sun Sep 26 10:04:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 175c1a39e8f924f9199d4c8c94f06ad0d3502235
https://github.com/llvm/llvm-project/commit/175c1a39e8f924f9199d4c8c94f06ad0d3502235
Author: Lang Hames <lhames at gmail.com>
Date: 2021-09-26 (Sun, 26 Sep 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h
M llvm/lib/ExecutionEngine/Orc/SimpleRemoteEPC.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink-executor/llvm-jitlink-executor.cpp
Log Message:
-----------
[ORC][llvm-jitlink] Add debugging output to SimpleRemoteEPC (and Server).
Also adds an optional 'debug' argument to the llvm-jitlink-executor tool to
enable debug-logging.
More information about the All-commits
mailing list