[PATCH] D69188: [llvm-objcopy] Preserve .ARM.attributes section when stripping files

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 10:48:30 PDT 2019


MaskRay added a comment.

In D69188#1728369 <https://reviews.llvm.org/D69188#1728369>, @jhenderson wrote:

> In D69188#1727622 <https://reviews.llvm.org/D69188#1727622>, @thieta wrote:
>
> > Can someone please commit this for me if everyone is happy with it now?
>
>
> I'll take care of this later today.


Since LLVM has migrated from svn to git, we can do `arc patch D69188; git commit --ammend --author='Tobias Hieta <...>'; git checkout master; git merge --ff arc-D69188; git push` now :) I don't know how to fix the `--author=...` inconvenience (https://lists.llvm.org/pipermail/llvm-dev/2019-October/136374.html), though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69188





More information about the llvm-commits mailing list