[PATCH] D62365: ELF: Don't reuse a thunk in a different partition.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 20:38:47 PDT 2019


pcc added a comment.

I use this script to download patches from Phab (I think there's an `arc patch` command, but I've never had it work correctly):

  #!/bin/sh
  
  wget -O "/tmp/$1.diff" "https://reviews.llvm.org/$1?download=true"

I use it like this: `arcdl D12345`. Then I just do `patch -p0 < /tmp/D12345.diff` in my monorepo source tree. I think `git apply` should work as well, but I normally just use `patch`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62365





More information about the llvm-commits mailing list