> 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 :) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
