[PATCH] D79103: Fix ELF/linkerscript/input-archive.s w/ @ in path

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 11:15:05 PDT 2020


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Please add `[test] ` to the commit subject. You can do this before committing `arcfilter; git pull --rebase origin master; last-minute-testing(ninja check-lld-elf) && git push origin HEAD:master` where arcfilter is a shell function which drops unneeded Phabricator tags (`Subscribers:`, `Summary:`, `Tags:`, `Reviewers:`) but keeps `Differential Revision:` and `Reviewed By:`

  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 -
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79103





More information about the llvm-commits mailing list