[all-commits] [llvm/llvm-project] 2f4d60: [ORC][LLJIT] Expose ORCPlatformSupport to aid cust...

lhames via All-commits all-commits at lists.llvm.org
Mon Dec 11 18:15:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f4d601b6466323c3bb19b3d9e953c7b182223ba
      https://github.com/llvm/llvm-project/commit/2f4d601b6466323c3bb19b3d9e953c7b182223ba
  Author: Lang Hames <lhames at gmail.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp

  Log Message:
  -----------
  [ORC][LLJIT] Expose ORCPlatformSupport to aid custom native Platform setup.

LLJIT users may want to customize their native platform setup beyond what the
ExecutorNativePlatform helper permits. In this case LLJIT users can construct
the platform instance manually, and then add an ORCPlatformSupport instance
to forward initialize/deinitialize operations to the ORC runtime.




More information about the All-commits mailing list