I'm trying to build LLD with a LLVM 3.5. This seems to fail on compile issues.>From the LLD documentation it's not exactly clear whether LLDonly builds agaist 3.2 (or something) or that it should just build and I'm seeing bugs. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141128/035ee010/attachment.html>
On 28 November 2014 at 08:42, Bas van den Berg <b.van.den.berg.nl at gmail.com> wrote:> > I'm trying to build LLD with a LLVM 3.5. This seems to fail > on compile issues.To build lld from svn head you'll need llvm from svn head too - I'm guessing you're trying to build a head lld against llvm 3.5 release? Otherwise, let's see the failure you've encountered.