[all-commits] [llvm/llvm-project] c9ebc8: [ORC] Add void function support to CallViaEPC, Cal...

Lang Hames via All-commits all-commits at lists.llvm.org
Thu Dec 4 23:35:35 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c9ebc890980bd0b40159b0db0e71dbbf7dbf3e2f
      https://github.com/llvm/llvm-project/commit/c9ebc890980bd0b40159b0db0e71dbbf7dbf3e2f
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-12-05 (Fri, 05 Dec 2025)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/CallSPSViaEPC.h
    M llvm/include/llvm/ExecutionEngine/Orc/CallViaEPC.h
    M llvm/unittests/ExecutionEngine/Orc/CallSPSViaEPCTest.cpp

  Log Message:
  -----------
  [ORC] Add void function support to CallViaEPC, CallSPSViaEPC. (#170800)

Adds support for calling void functions. Calls to void functions return
Error to capture any IPC/RPC failure.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list