Displaying 2 results from an estimated 2 matches for "13e9591b".
Did you mean:
139591
2009 Mar 12
0
[LLVMdev] Why llvm-gcc/g++ does not support the 64-bit SPARC ABI (-m64)
...e is also not always ABI-
compliant.
---
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090312/13e9591b/attachment.html>
2009 Mar 12
3
[LLVMdev] Why llvm-gcc/g++ does not support the 64-bit SPARC ABI (-m64)
My application is 64bit running on Solaris 10 with Sparc. I'd like to
use llvm-gcc/g++ to compile it to make it run faster. But in the Release
Notes of the latest LLVM release, it says
Known problems with the SPARC back-end
* The SPARC backend only supports the 32-bit SPARC ABI (-m32); it does
not support the 64-bit SPARC ABI (-m64).
Why it doesn't support 64bit on sparc?
Thanks!