[patch] Fix darwin ppc DataLayout in clang.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Dec 17 17:21:23 PST 2013


This patch changes two things on the clang DataLayout strings for ppc darwin:

* The addition of f128:64:128, which was added on r40792 to the llvm
side for ppc-darwin and ppc64-darwin and is still there.
* The addition of f64:32:64 to ppc32-darwin. LLVM used to do this
before r134367, and it looks like that change was unintentional for
darwin. I was using that since at least r28414, which created the
DataLayout string :-)

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 1650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131217/7a79ac2a/attachment.obj>


More information about the cfe-commits mailing list