[PATCH v2 0/14] [x86] Fix 16-bit addressing modes (PR18220) and implement .code16 (PR8684)

David Woodhouse dwmw2 at infradead.org
Thu Dec 19 14:58:55 PST 2013


On Thu, 2013-12-19 at 14:30 -0800, Eric Christopher wrote:
> 
> Hate to say this but the inline patches aren't going to work. They get
> mangled and I can't apply them. Any way you can attach them to emails
> or use phabricator to upload them?

That's very odd. I just saved the messages I received back from the
list, and they all applied happily with 'git am' to the tree as of
r197284.

Unmangled copy at http://david.woodhou.se/llvm.mbox 

Hm, perhaps it's because they're QP-encoded because of the S/MIME
signature? The git tools deal with that automatically but we're still in
sadomasochism mode for LLVM. I suppose you're not operating on a git-svn
checkout of the tree? I could send them again without the signatures...
or perhaps it's easier for you just to download them from gitweb:

N=1 ; for a in a482391c a0e2ed11 fa2332c3 63ebd0ed 84fcc09f 07b0f0d0 d3e2c516 d19dfb19 d30b4e07 e6e07202 1abcb452 2e87bc77 4c4ccdf3 f2594815; do curl http://git.infradead.org/users/dwmw2/llvm.git/commitdiff_plain/$a > patch$N; N=$((N+1)) ;  done

-- 
dwmw2

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131219/b921f5b3/attachment.bin>


More information about the llvm-commits mailing list