Miljenko Cvjetko via llvm-dev
2016-Apr-01 21:08 UTC
[llvm-dev] libunwind compile/build howto
Hi I'm not sure if this is the right list, but I cannot find any info how to compile libunwind with llvm. Where to place the code? * In ./llvm/projects/ or * in ./llvm/tools/ Do I need any special config options to compile libunwind? thanks a lot regards Mel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160401/b6d7c66e/attachment.html>
Jonathan Roelofs via llvm-dev
2016-Apr-01 21:32 UTC
[llvm-dev] libunwind compile/build howto
On 4/1/16 3:08 PM, Miljenko Cvjetko via llvm-dev wrote:> Hi > > I'm not sure if this is the right list,cfe-dev (cc'd) is the right list for this.> but I cannot find any info how to compile libunwind with llvm. > > Where to place the code? > > * In ./llvm/projects/Yes.> or > * in ./llvm/tools/No.> > > Do I need any special config options to compile libunwind?If you stick it under llvm/projects and name it 'libunwind' it should "just work", assuming libunwind has been ported to your host platform already. Jon> > thanks a lot > > regards > > Mel > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- Jon Roelofs jonathan at codesourcery.com CodeSourcery / Mentor Embedded