================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to