[clang] [llvm] [Clang-Repl] Add custom function as lambda in launchExecutor and fetch PID of launched executor (PR #147478)

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 20 01:32:02 PDT 2025


================
@@ -68,6 +165,18 @@ TEST_F(InterpreterTest, Sanity) {
   EXPECT_EQ(1U, DeclsSize(R2.TUPart));
 }
 
+TEST_F(InterpreterTest, SanityWithRemoteExecution) {
----------------
vgvassilev wrote:

That probably will need to follow the what was done in `InterpreterExtensionsTest.cpp` where `TEST_F(InterpreterExtensionsTest, CustomCrossJIT) {` should be having all the skip rules for the platforms that do not support out of process execution.

https://github.com/llvm/llvm-project/pull/147478


More information about the cfe-commits mailing list