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.
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
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-
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
> * 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-
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
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...
>