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

Duncan Sands baldrick at free.fr
Wed Oct 12 01:09:56 PDT 2011


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?

Ciao, Duncan.



More information about the llvm-commits mailing list