Adding additional llvm/clang goodies (was: Re: llvm-ia64 is off
the ground...)
Roman Divacky
rdivacky at freebsd.org
Fri Jun 17 13:56:40 UTC 2011
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 the following extras:
> >
> > * bugpoint
> > * llc
> > * lli
> > * llvm-ar
> > * llvm-as
> > * llvm-bcanalyzer
> > * llvm-diff
> > * llvm-dis
> > * llvm-extract
> > * llvm-ld
> > * llvm-link
> > * llvm-mc
> > * llvm-nm
> > * llvm-objdump
> > * llvm-prof
> > * llvm-ranlib
> > * llvm-rtdyld
> > * llvm-stub
> > * macho-dump
> > * opt
>
> Does anyone have an overview of which of these are actually useable on FreeBSD ELF binaries? Here's my impression from the audience (please correct me if I'm wrong):
Only llvm-mc. All the other utilities are for pure llvm handling. llc can
produce ELF via llvm-mc.
More information about the freebsd-toolchain
mailing list