[clang] [clang-repl][Solaris] Disable out-of-process execution due to compiler-rt path mismatch (PR #176198)

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 15 13:34:13 PST 2026


vgvassilev wrote:

> To expand, you see exactly the same failure on x86_64-pc-linux-gnu when doing a projects build. liborc_rt is installed into lib/clang/23/lib/linux/liborc_rt-x86_64.a just as on Solaris. The crucial part here is running cmake -DLLVM_ENABLE_PROJECTS='clang;compiler-rt. No Solaris in sight at all!

@rorth, I just checked and my local config has `LLVM_ENABLE_PROJECTS:STRING=clang;compiler-rt`. It installs this as you said `./lib/clang/23/lib/darwin/liborc_rt_osx.a`, however, the current main branch works fine because, as I mentioned, clang is smart enough to that location back. I will run on linux.

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


More information about the cfe-commits mailing list