Jan =?utf-8?q?André?= Reuter <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
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 [email protected]:llvmbot/llvm-project.git HEAD:issue191429 ``` https://github.com/llvm/llvm-project/pull/192062 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
