[llvm-branch-commits] [openmp] release/22.x: [openmp] Allow testing OpenMP in runtimes builds without a full clang build tree (PR #183054)
Martin Storsjö via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 27 09:13:04 PST 2026
mstorsjo wrote:
> I think this should be two different PRs. While personally I do not care, but I think it makes it easier to not lose track of what has been backported, but I don't know how important it is to the release manager.
Ok, fair enough.
> See the workflow described at https://llvm.org/docs/GitHub.html#backporting-fixes-to-the-release-branches.
Yes, I'm aware of that workflow. That's easy for the patches that apply cleanly, but for backporting my commit, it won't apply as is due to standalone builds still being supported in 22.x, so I'll have to do that one as a custom PR (like this one).
https://github.com/llvm/llvm-project/pull/183054
More information about the llvm-branch-commits
mailing list