search for: e39dab81

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

2008 Nov 11
0
[LLVMdev] Question about SPARC target status
Hi, Anton Korobeynikov wrote: >> I thought llvm-gcc isn't meant to compile for specific target (at least >> with -emit-llvm flag I'm using). > No, it is not. C language is highly target-specific, thus LLVM IR > obtained from such sources also has the same nice 'property' I can see only one reason for such dependence: inclusion of system headers in /usr/include.
2008 Nov 11
2
[LLVMdev] Question about SPARC target status
...? > No. Consider use of sizeof(), ABI issues, etc. --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/e39dab81/attachment.bin>
2008 Nov 11
4
[LLVMdev] Question about SPARC target status
Hi, > I thought llvm-gcc isn't meant to compile for specific target (at least > with -emit-llvm flag I'm using). No, it is not. C language is highly target-specific, thus LLVM IR obtained from such sources also has the same nice 'property' > Speaking of SPARC ABI can I still call non-FP external (i.e. compiled > with regular non-llvm gcc to native sparc binary)