[all-commits] [llvm/llvm-project] 3f5315: [REAPPLY][Clang-Repl] Add support for out-of-proce...

SahilPatidar via All-commits all-commits at lists.llvm.org
Fri Jun 27 22:43:20 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f531552e66f242d4bfc0163be848f9e51259d80
      https://github.com/llvm/llvm-project/commit/3f531552e66f242d4bfc0163be848f9e51259d80
  Author: SahilPatidar <patidarsahil2001 at gmail.com>
  Date:   2025-06-28 (Sat, 28 Jun 2025)

  Changed paths:
    M clang/include/clang/Interpreter/Interpreter.h
    A clang/include/clang/Interpreter/RemoteJITUtils.h
    M clang/lib/Interpreter/CMakeLists.txt
    M clang/lib/Interpreter/Interpreter.cpp
    A clang/lib/Interpreter/RemoteJITUtils.cpp
    A clang/test/Interpreter/out-of-process.cpp
    M clang/test/lit.cfg.py
    M clang/tools/clang-repl/CMakeLists.txt
    M clang/tools/clang-repl/ClangRepl.cpp

  Log Message:
  -----------
  [REAPPLY][Clang-Repl] Add support for out-of-process execution. #110418 (#144064)

This PR introduces out-of-process (OOP) execution support for
Clang-Repl. With this enhancement, two new flags, oop-executor and
oop-executor-connect, are added to the Clang-Repl interface. These flags
enable the launch of an external executor (llvm-jitlink-executor), which
handles code execution in a separate process.



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