[PATCH] D73075: [utils] Add initial llvm-patch helper to manage patches.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 04:18:33 PDT 2020


fhahn updated this revision to Diff 292750.
fhahn marked 5 inline comments as done.
fhahn added a comment.

I finally had some time to address the outstanding comments. But given that there seems to be no consensus on llvm-dev that people actually want this, I won't try to push this any further for now.

In the current state, it works well enough for me so that I use it exclusively to fetch patches from Phab. The only weakness is that it does not support resolving conflicts as of yet.

In case anyone is interested in using the script, it is available on Github https://github.com/fhahn/llvm-project/blob/llvm-patch-script/llvm/utils/llvm-patch


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73075

Files:
  llvm/utils/llvm-patch

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73075.292750.patch
Type: text/x-patch
Size: 6872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200918/0745db64/attachment.bin>


More information about the llvm-commits mailing list