[all-commits] [llvm/llvm-project] d120d7: [ORC] Simplify construction of EPCIndirectionUtils.
lhames via All-commits
all-commits at lists.llvm.org
Wed Jun 7 16:28:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d120d77f72fe161f1522d698ea268be2dad318cb
https://github.com/llvm/llvm-project/commit/d120d77f72fe161f1522d698ea268be2dad318cb
Author: Lang Hames <lhames at gmail.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
M llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h
M llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/LLJITWithExecutorProcessControl.cpp
M llvm/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h
Log Message:
-----------
[ORC] Simplify construction of EPCIndirectionUtils.
ExecutionSessions always have an ExecutorProcessControl object now, so we can
construct EPCIndirectionUtil objects directly from an ExecutionSession.
More information about the All-commits
mailing list