[all-commits] [llvm/llvm-project] d20eca: [orc-rt] Add initial call-function SPS CIs. (#202860)

Lang Hames via All-commits all-commits at lists.llvm.org
Tue Jun 9 23:13:48 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d20eca15e888b6f70412792ff63a4de960a3fb2e
      https://github.com/llvm/llvm-project/commit/d20eca15e888b6f70412792ff63a4de960a3fb2e
  Author: Lang Hames <lhames at gmail.com>
  Date:   2026-06-10 (Wed, 10 Jun 2026)

  Changed paths:
    M orc-rt/include/CMakeLists.txt
    A orc-rt/include/orc-rt/sps-ci/CallSPSCI.h
    M orc-rt/lib/executor/CMakeLists.txt
    A orc-rt/lib/executor/sps-ci/CallSPSCI.cpp
    M orc-rt/unittests/CMakeLists.txt
    A orc-rt/unittests/CallSPSCITest.cpp

  Log Message:
  -----------
  [orc-rt] Add initial call-function SPS CIs. (#202860)

Adds orc_rt_call_void_void and orc_rt_call_main, which can be used to
call functions with `void(void)` and `int(int, char*[])` signatures,
respectively.



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