[PATCH] D55298: [llvm-readelf] Add -e/--headers support to readobj/elf

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 6 06:21:50 PST 2018


jhenderson added a comment.

In D55298#1321288 <https://reviews.llvm.org/D55298#1321288>, @sidneym wrote:

> Full context?  I use git format-patch -1 and upload the file it produces.


This information is in the link I previously posted:

In D55298#1319873 <https://reviews.llvm.org/D55298#1319873>, @jhenderson wrote:

> see the section starting "To get a full diff" here <https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface>.


To save you having to go there and read everything, here's a quick summary:

> To get a full diff, use one of the following commands (or just use Arcanist to upload your patch):
> 
>   git show HEAD -U999999 > mypatch.patch
>   git format-patch -U999999 @{u}
>   svn diff --diff-cmd=diff -x -U999999




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

https://reviews.llvm.org/D55298





More information about the llvm-commits mailing list