LLVM 1.9 now in FreeBSD ports

Hi all,

Earlier today, FreeBSD's devel/llvm port was updated to 1.9:
http://www.freebsd.org/cgi/query-pr.cgi?pr=105715

FreeBSD users can now install LLVM by updating their ports tree and
simply running:
  $ cd /usr/ports/devel/llvm
  $ make install

I'm hoping to eventually get an llvm-gcc4 port into the tree as well.

--Emil

Hi all,

Earlier today, FreeBSD's devel/llvm port was updated to 1.9:
105715 – devel/llvm update to 1.9

Nice!

-Chris

FreeBSD users can now install LLVM by updating their ports tree and
simply running:
  $ cd /usr/ports/devel/llvm
  $ make install

I'm hoping to eventually get an llvm-gcc4 port into the tree as well.

--Emil
_______________________________________________
LLVM Developers mailing list
LLVMdev@cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

-Chris

The port should be marked as broken on amd64. The gcc 3.4 compiler that comes with FreeBSD 6.x builds LLVM incorrectly. gcc 4.0 seems to work, but I haven't yet been able to fully verify it due to other problems.

Emil Mikulic wrote: