Derek tells me they have local changes for DataLayout for NaCl.
This patch simply synchronizes llvm so that it produces the same string as clang. Once clang is using the llvm strings it should be easy to upstream the changes.
Differential D2436
Synchronize the NaCl DataLayout string with the one in clang • rafael on Dec 18 2013, 7:48 AM. Authored by
Details
Diff Detail Event TimelineComment Actions Thanks for looking at this.
|
NaCl uses AAPCS VFP conventions, with a stack alignment of 16 bytes. Would it make more sense just to set that in ARMSubtarget.cpp instead of special casing here?