[clang] [Clang-Repl] Sinking RemoteJITUtils into Interpreter class(Refactoring) (PR #155140)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 2 00:02:43 PDT 2025
================
@@ -170,6 +200,10 @@ class Interpreter {
llvm::Expected<llvm::orc::ExecutorAddr>
getSymbolAddressFromLinkerName(llvm::StringRef LinkerName) const;
+#ifndef _WIN32
+ pid_t getOutOfProcessExecutorPID() const;
+#endif
----------------
vgvassilev wrote:
```suggestion
pid_t getOutOfProcessExecutorPID() const;
```
https://github.com/llvm/llvm-project/pull/155140
More information about the cfe-commits
mailing list