[LLVMdev] LLVM on Solaris/Intel?

Jeffrey Yasskin jyasskin at google.com
Sat Mar 20 22:24:49 PDT 2010


On Sat, Mar 20, 2010 at 8:17 PM, Skip Montanaro <skip at pobox.com> wrote:
> Is LLVM supported on Solaris 10/Intel?  I tried building the 2.7 pre-release
> today but it failed to build (tried gcc 4.2 and 4.4).  It fails trying to
> link in one of the directories. Here's a small part of the make output (it's
> huge):
>
>    http://pastebin.com/ZeZQgKqz
>
> I didn't see Solaris/Intel listed as a supported platform and I haven't ever
> tried to debug LLVM build problems before, so I thought I would first post a
> quick query before getting in over my head.  If you expect LLVM to build in
> this environment let me know how my might approach the problem.

I don't know anything about Solaris, but your paste doesn't actually
contain any errors, just warnings (unless I'm reading "ld: warning:
relocation error:" wrong). It might help to run make without -j until
it fails, and then use `make VERBOSE=1` to print the exact commands
it's running.




More information about the llvm-dev mailing list