search for: 1c65ef3d

Displaying 3 results from an estimated 3 matches for "1c65ef3d".

2008 Nov 12
2
[LLVMdev] Question about SPARC target status
...mcpy'd is dependent on the padding of the struct. --Owen -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2624 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081111/1c65ef3d/attachment.bin>
2008 Nov 11
0
[LLVMdev] Question about SPARC target status
Owen Anderson wrote: > If you configure it as a cross-compiler for 64-bit x86 Linux and feed it > the appropriate header files, it will produce the same output on any > platform. However, that output will not be executable on most > platforms, just on 64-bit x86 Linux. The problems go beyond pointer > size. The size of int is implementation dependent, etc. The layout and
2008 Nov 11
2
[LLVMdev] Question about SPARC target status
On Nov 11, 2008, at 2:19 PM, Peter Shugalev wrote: > Hi, > > Owen Anderson wrote: >>> I can see only one reason for such dependence: inclusion of system >>> headers in /usr/include. If I compile llvm-gcc with predefined set >>> of >>> Linux headers (the way cross-compilers are usually made) will the IR >>> output be the same no matter which