================
@@ -174,11 +183,6 @@ TEST_F(InterpreterTestBase, SanityWithRemoteExecution) {
Interpreter *Interp = Info.Interpreter.get();
ASSERT_TRUE(Interp);
- std::string ExecutorPath = getExecutorPath();
- if (!llvm::sys::fs::exists(Info.OrcRuntimePath) ||
- !llvm::sys::fs::exists(ExecutorPath))
- GTEST_SKIP();
----------------
nico wrote:
`HostSupportsOutOfProcessJIT` checks if `getExecutorPath()` is empty, but it
doesn't tolerate the runtime lib missing as far as I can tell.
https://github.com/llvm/llvm-project/pull/175435
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits