MCLinker and llvm-config

2012-07-24 Thread Erik Cederstrand
Hi list, I'm creating a FreeBSD port for MCLinker (http://code.google.com/p/mclinker/) in preparation of MCLinker working without patching LLVM, and testing MCLinker as a system linker when it gets far enough. In the configure stage, MCLinker needs to run llvm-config, which is not installed by

Re: MCLinker and llvm-config

2012-07-24 Thread Dimitry Andric
On 2012-07-24 11:02, Erik Cederstrand wrote: > I'm creating a FreeBSD port for MCLinker (http://code.google.com/p/mclinker/) > in preparation of MCLinker working without patching LLVM, and testing > MCLinker as a system linker when it gets far enough. > > In the configure stage, MCLinker needs t

Re: MCLinker and llvm-config

2012-07-24 Thread Erik Cederstrand
Hi Dimitry, Den 24/07/2012 kl. 11.15 skrev Dimitry Andric: > On 2012-07-24 11:02, Erik Cederstrand wrote: >> I'm creating a FreeBSD port for MCLinker >> (http://code.google.com/p/mclinker/) in preparation of MCLinker working >> without patching LLVM, and testing MCLinker as a system linker when

Re: MCLinker and llvm-config

2012-07-24 Thread David Chisnall
On 24 Jul 2012, at 10:39, Erik Cederstrand wrote: > Btw, do you guys have any plans for a GNU ld replacement? Progress on the > more "official" lld (http://lld.llvm.org/) seems slow, and MCLinker more > promising. Hence my feeble attempts :-) Most of the progress in lld is not in lld itself, bu