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