llvm-ia64 is off the ground...

Roman Divacky rdivacky at freebsd.org
Fri Jun 10 15:58:37 UTC 2011


> Unfortunately, the FreeBSD build doesn't give me goodies like
> llc or bugpoint so there may be value in adding that to the
> FreeBSD build as optional or developer-only build targets...
> 
> Thoughts anyone?

I know of a better solution :) Just build llvm libraries as shared
and use vanilla llvm opt/llc/etc that are linked dynamically. It should
just work.

> >> error: unable to interface with target machine
> >> 1 error generated.
> > 
> > You have to create and register IA64InstPrinter. Check MSP430/InstPrinter/*
> > and and MSP430AsmPrinter.cpp:createMSP430MCInstPrinter().
> 
> Ah, ok...
> 
> BTW: these little tips save me hours of debugging.
 
Let me know how it went. I am eager to see progress on this :)


More information about the freebsd-toolchain mailing list