[all-commits] [llvm/llvm-project] 3183b3: [Clang-Repl] Add support for out-of-process execut...

SahilPatidar via All-commits all-commits at lists.llvm.org
Tue Nov 12 01:09:53 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3183b3aad130ac6754f294046c008a85b9925894
      https://github.com/llvm/llvm-project/commit/3183b3aad130ac6754f294046c008a85b9925894
  Author: SahilPatidar <patidarsahil2001 at gmail.com>
  Date:   2024-11-12 (Tue, 12 Nov 2024)

  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/tools/clang-repl/CMakeLists.txt
    M clang/tools/clang-repl/ClangRepl.cpp

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

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