search for: f2532bd6

Displaying 3 results from an estimated 3 matches for "f2532bd6".

2012 Mar 22
2
[LLVMdev] Target Data
Is it possible to change the widths of types independent of the architecture? Or to reset the widths of types? I haven't seen anything like this. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120321/780487da/attachment.html>
2012 Mar 22
0
[LLVMdev] Target Data
On Mar 21, 2012, at 5:57 PM, Ryan Taylor wrote: > Is it possible to change the widths of types independent of the architecture? Or to reset the widths of types? > > I haven't seen anything like this. Thanks. The datalayout string is required to match the target, if it exists: http://llvm.org/docs/LangRef.html#datalayout You can't control it to change how things are laid out.
2012 Mar 22
3
[LLVMdev] Target Data
...xists: > http://llvm.org/docs/LangRef.html#datalayout > > You can't control it to change how things are laid out. > > -Chris > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120322/f2532bd6/attachment.html>