Date: Fri, 10 Jun 2011 17:58:35 +0200 From: Roman Divacky <rdivacky@freebsd.org> To: Marcel Moolenaar <marcel@xcllnt.net> Cc: toolchain@freebsd.org Subject: Re: llvm-ia64 is off the ground... Message-ID: <20110610155835.GA91825@freebsd.org> In-Reply-To: <5A6AC098-FB0D-474A-B92D-190121CA400F@xcllnt.net> References: <DE479A12-24B5-4947-90CF-702AA234BE39@xcllnt.net> <20110610072512.GA35144@freebsd.org> <5A6AC098-FB0D-474A-B92D-190121CA400F@xcllnt.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110610155835.GA91825>