[all-commits] [llvm/llvm-project] 706914: [ORC] Add an ExecutionSession::getPageSize conveni...
lhames via All-commits
all-commits at lists.llvm.org
Tue Aug 8 13:52:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 706914481940a4b114fb02e480f7c2b8e7865c02
https://github.com/llvm/llvm-project/commit/706914481940a4b114fb02e480f7c2b8e7865c02
Author: Lang Hames <lhames at gmail.com>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
Log Message:
-----------
[ORC] Add an ExecutionSession::getPageSize convenience method.
This forwards to ExecutorProcessControl::getPageSize and saves clients from
spelling out .getExecutorProcessControl() everywhere.
More information about the All-commits
mailing list