[all-commits] [llvm/llvm-project] 209c24: [ORC] Add writePointers to ExecutorProcessControl'...

Sunho Kim via All-commits all-commits at lists.llvm.org
Tue Sep 19 11:49:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 209c242845e56eb8dbbde5e380b165d261769266
      https://github.com/llvm/llvm-project/commit/209c242845e56eb8dbbde5e380b165d261769266
  Author: Sunho Kim <ksunhokim123 at gmail.com>
  Date:   2023-09-20 (Wed, 20 Sep 2023)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h
    M llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h
    M llvm/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h
    M llvm/lib/ExecutionEngine/Orc/ExecutorProcessControl.cpp
    M llvm/unittests/ExecutionEngine/Orc/EPCGenericMemoryAccessTest.cpp

  Log Message:
  -----------
  [ORC] Add writePointers to ExecutorProcessControl's MemoryAccess

Add pointer write functionality to MemoryAccess that is needed for implementing redirection manager. It also refactors the code a bit by introducing InProcessMemoryAccess class.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D157378




More information about the All-commits mailing list