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

Reply via email to