[PATCH] D74507: [llvm-objdump] Print method name from debug info in disassembly output.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 15:44:08 PST 2020
MaskRay added a comment.
FYI, I usually run:
arcfilter () {
git log -1 --pretty=%B | awk '/Reviewers:|Subscribers:/{p=1} /Reviewed By:|Differential Revision:/{p=0} !p && !/^Summary:/' | git commit --amend -F -
}
to remove unneeded metadata tags from the git description before committing. Not sure about the most appropriate way. (I don't know enough about Phabricator... Maybe there is some arc magic doing this.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74507/new/
https://reviews.llvm.org/D74507
More information about the llvm-commits
mailing list