MCLinker and llvm-config

2012-07-25 Thread Luba Tang
> 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, but

Re: MCLinker and llvm-config

2012-07-25 Thread David Chisnall
On 25 Jul 2012, at 10:22, Luba Tang wrote: > Let me explain the status of MCLinker. > MCLinker now is one of the standard system linkers in Android system. > https://android.googlesource.com/platform/frameworks/compile/mclinker It looks like MCLinker has made a lot of progress since I last checke

Re: MCLinker and llvm-config

2012-07-25 Thread Luba Tang
2012/7/25 David Chisnall > On 25 Jul 2012, at 10:22, Luba Tang wrote: > > > Let me explain the status of MCLinker. > > MCLinker now is one of the standard system linkers in Android system. > > https://android.googlesource.com/platform/frameworks/compile/mclinker > > It looks like MCLinker has mad

Re: MCLinker and llvm-config

2012-07-25 Thread Erik Cederstrand
Luba, Thanks for the update. Den 25/07/2012 kl. 11.22 skrev Luba Tang: > BTW, I think llvm-config is necessary for every LLVM-based project. If it > will not be in BSD system, I think we can negotiate an approach to get rid > of it. I created a FreeBSD port for llvm-config for testing MCLinker,