[llvm-commits] [llvm] r141733 - in /llvm/trunk: docs/LangRef.html include/llvm/Target/TargetData.h

Chris Lattner clattner at apple.com
Fri Oct 14 11:14:39 PDT 2011


On Oct 12, 2011, at 1:09 AM, Duncan Sands wrote:

> Hi Chris,
> 
>> +<p>The function of the data layout string may not be what you expect.  Notably,
>> +   this is not a specification from the frontend of what alignment the code
>> +   generator should use.</p>
> 
> maybe llc should check if the layout provided in the IR matches what llc is
> going to actually use, and abort or warn if not?

Sure, that would make a lot of sense to me.

-Chris



More information about the llvm-commits mailing list