[llvm-branch-commits] [openmp] release/22.x: [OpenMP][OMPT] Fix `omp_control_tool` before any directive (#191429) (PR #192062)

Cullen Rhodes via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Apr 17 02:08:22 PDT 2026


Jan =?utf-8?q?André?= Reuter <j.reuter at fz-juelich.de>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/192062 at github.com>


c-rhodes wrote:

> Are we able to include #192069 in this PR somehow?

sorry I've been at EuroLLVM this week just catching up. It's too late now but for future reference the cherry-pick command supports multiple commits, that would have been easiest way to do it. I've gone ahead and manually done it for you, this is what i did for future reference:
```
gh pr checkout 192062
git cherry-pick 1737a913ed015796c9ba843de6c410c727070022
git commit --amend # manually add (cherry picked from <commit>) to bottom of message
git push git at github.com:llvmbot/llvm-project.git HEAD:issue191429
```

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


More information about the llvm-branch-commits mailing list