[llvm-branch-commits] [libc] [openmp] release/22.x: [libc] Demote compiler check error to a warning (#198033) (PR #199204)

Manuel Drehwald via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri May 22 05:34:32 PDT 2026


ZuseZ4 wrote:

Rust merged offload support, but we don't build it by default since we're still fighting cmake/bootstrap issues.
In CI, we updated our LLVM submodule a while ago to 22, and along with that, we updated our external clang used to build LLVM to 22.
We've since updated our LLVM submodule to newer patch versions, but kept our external clang unchanged, so now they mismatch and builds fail. I'm able to work around it locally, but prefer not to update our external clang in CI.
We have a gsoc student trying to get Rust-offload to work in CI, so fixing this would unblock them.

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


More information about the llvm-branch-commits mailing list