================
@@ -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();
----------------
vgvassilev wrote:
It probably does not find it. Is it available and if so, can you share its
path? In other words what does clang -print-runtime-path say and is there
liborc-rt?
https://github.com/llvm/llvm-project/pull/175435
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits