[PATCH] D109016: [llvm-objdump] Fix 'llvm-objdump -dr' for executables with relocations

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 8 00:24:18 PDT 2021


jhenderson added a comment.

In D109016#2988197 <https://reviews.llvm.org/D109016#2988197>, @maksfb wrote:

> In D109016#2988172 <https://reviews.llvm.org/D109016#2988172>, @nickdesaulniers wrote:
>
>> thanks for the quick fix; does this still need to be cherry-picked to release/13.x to close out https://bugs.llvm.org/show_bug.cgi?id=51684?
>
> No problem. Good point, ideally it should be cherry-picked. Do you know what's the logistics for that?

I think https://llvm.org/docs/HowToReleaseLLVM.html#merge-requests is the official documentation, although I wouldn't be surprised if it's somewhat out-of-date, given it seems to be using SVN revision numbers! The essence though is that the release manager needs to be advised of which commit to cherry-pick.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109016



More information about the llvm-commits mailing list