Re: Adding additional llvm/clang goodies (was: Re: llvm-ia64 is off the ground...)

2011-06-17 Thread arrowdodger
On Fri, Jun 17, 2011 at 5:36 PM, Erik Cederstrand wrote: > * llvm-nm and llvm-objdump have been converted to Michael Spencer's object > file library (http://www.llvm.org/devmtg/2010-11/Spencer-ObjectFiles.pdf) > and should work on our binaries. > Yes, i've tried them some time ago and it worked.

Re: Adding additional llvm/clang goodies (was: Re: llvm-ia64 is off the ground...)

2011-06-17 Thread Roman Divacky
On Fri, Jun 17, 2011 at 03:36:53PM +0200, Erik Cederstrand wrote: > Den 16/06/2011 kl. 23.40 skrev Dimitry Andric: > > > Here is a diff to do just that, when you define WITH_CLANG_EXTRAS in > > src.conf, in the environment, or on the make command line. In > > particular, it will build and install

Re: Adding additional llvm/clang goodies (was: Re: llvm-ia64 is off the ground...)

2011-06-17 Thread Erik Cederstrand
Den 16/06/2011 kl. 23.40 skrev Dimitry Andric: > Here is a diff to do just that, when you define WITH_CLANG_EXTRAS in > src.conf, in the environment, or on the make command line. In > particular, it will build and install the following extras: > > * bugpoint > * llc > * lli > * llvm-ar > * llvm-

Re: Adding additional llvm/clang goodies

2011-06-17 Thread Dimitry Andric
On 2011-06-17 08:48, Roman Divacky wrote: * llvm-rtdyld * macho-dump these two look extra useful on FreeBSD :-P Well, I just took the whole list of utilities under llvm/tools that were built during a normal (./configure && gmake) build of clang. :) But yes, if any of these tools will be guar

Re: Adding additional llvm/clang goodies (was: Re: llvm-ia64 is off the ground...)

2011-06-16 Thread Roman Divacky
> * llvm-rtdyld > * macho-dump these two look extra useful on FreeBSD :-P anyway, great work! ___ freebsd-toolchain@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-

Re: Adding additional llvm/clang goodies (was: Re: llvm-ia64 is off the ground...)

2011-06-16 Thread Marcel Moolenaar
On Jun 16, 2011, at 2:26 PM, Dimitry Andric wrote: > > Obviously, the default setting is to *not* build any of these, since > they add some build time: I also had to add a few new llvm libraries for > them, and some additional .cpp files into the existing llvm libraries. BTW: If it makes your li

Re: Adding additional llvm/clang goodies (was: Re: llvm-ia64 is off the ground...)

2011-06-16 Thread Marcel Moolenaar
On Jun 16, 2011, at 2:26 PM, Dimitry Andric wrote: > On 2011-06-10 17:38, Marcel Moolenaar wrote: > ... >> 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... >