Hello,
Is there any package to install llvm 3.1 on solaris? Standard installation by compiling the sources does not run smoothly.
I found that similar issues have been addressed before, but without replies:
http://clang-developers.42468.n3.nabble.com/Using-Clang-LLVM-on-sparc-solaris-td2807126.html
I tried to install llvm 3.1 on a system with Sun Microsystems Inc. SunOS 5.10 Generic January 2005
LLVM is configured with
./configure --prefix=pwd
/…/install --enable-optimized
but ‘make’ crashes immediately (see below).
Same installation works on an x86_64 machine, but the assembly code generated with llc -march=sparc on the x86 machine does not compile on the sparc machine.
Any help would be greatly appreciated.
Thank you,
Alexandra