[PATCH] D74450: Add a DWARF transformer class that converts DWARF to GSYM.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 11:56:37 PST 2020
MaskRay added a comment.
arcfilter () {
git log -1 --pretty=%B | awk '/Reviewers:|Subscribers:/{p=1} /Reviewed By:|Differential Revision:/{p=0} !p && !/^Summary:/' | git commit --amend -F -
}
can strip unneeded Phabricator metadata tags from the git description.
> commit e8e97b28cd8eab836375603b5cae97696248c9b6 <https://reviews.llvm.org/rGe8e97b28cd8eab836375603b5cae97696248c9b6> (HEAD -> master, origin/master, origin/HEAD)
Mentioning `D74450` in the commit should be sufficient to associate the commit with the Differential. No need to post a separate comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74450/new/
https://reviews.llvm.org/D74450
More information about the llvm-commits
mailing list