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