[clang] [clang-repl] Fix OrcRuntime lookup for Solaris and unit tests. (PR #175435)

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 12 13:14:41 PST 2026


================
@@ -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:

I will look tomorrow. I thought this is now captured by the early exit of `HostSupportsOutOfProcessJIT`. How does it fail for your setup?

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


More information about the cfe-commits mailing list