[PATCH] D77231: [lld] Support --lto-emit-asm and --plugin-opt=emit-asm
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 27 12:22:50 PDT 2020
hoyFB added a comment.
In D77231#2005866 <https://reviews.llvm.org/D77231#2005866>, @MaskRay wrote:
> In D77231#2005752 <https://reviews.llvm.org/D77231#2005752>, @hoyFB wrote:
>
> > @MaskRay @grimar @tejohnson Thank you all for your great code reviews! I'm going to close this.
>
>
> Delete unnecessary Phabricator tags with:
>
> arcfilter () {
> arc amend
> git log -1 --pretty=%B | awk '/Reviewers:|Subscribers:/{p=1} /Reviewed By:|Differential Revision:/{p=0} !p && !/^Summary:$/ {sub(/^Summary: /,"");print}' | git commit --amend -F -
> }
>
Thanks for the tips. seems a bit late. The change has just been committed. I'll do this for future changes. Do you still want amend for this commit?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77231/new/
https://reviews.llvm.org/D77231
More information about the llvm-commits
mailing list