[PATCH] D145148: [Clang][CodeGen] Fix this argument type for certain destructors

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 2 05:48:28 PST 2023


aaron.ballman added a comment.

Ah, this is for the cherry-pick to the 16.x branch -- we actually have a different process for that from usual patch submission. https://llvm.org/docs/GitHub.html#backporting-fixes-to-the-release-branches is the documentation for it, but basically, you should file a new issue on GitHub with the description `// cherry-pick 67409911353323ca5edf2049ef0df54132fa1ca7` and add it to the 16.x milestone. That should kick off a bot to do the pick for you in a custom branch, and that bot will probably fail due to merge conflicts. You'll fix the merge conflicts in that branch and eventually that branch is what gets merged into the release branch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145148/new/

https://reviews.llvm.org/D145148



More information about the cfe-commits mailing list