Hi there, I have a question regarding this documentation page: http://llvm.org/docs/Projects.html IIRC LLVM has moved away from Makefile's and uses CMake only. The question is: Is the page outdated or is it a recommended way for creating LLVM based project? P.S. I’m trying to create a project using CMake, though I’m seeing some issues (didn’t manage to include headers so far). -- AlexDenisov Software Engineer, http://lowlevelbits.org -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 496 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160411/9c724cf8/attachment-0001.sig>
Dear Alex, There's a tutorial from LLVM2015 devcon using CMake. http://llvm.org/devmtg/2015-10/#tutorial1 It covers basic usage of CMake to build a LLVM pass, and hopefully you can find answers to your question in here. Regards, Kevin On Mon, Apr 11, 2016 at 1:36 AM Alex Denisov via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi there, > > I have a question regarding this documentation page: > http://llvm.org/docs/Projects.html > > IIRC LLVM has moved away from Makefile's and uses CMake only. > The question is: > Is the page outdated or is it a recommended way for creating LLVM based > project? > > P.S. I’m trying to create a project using CMake, though I’m seeing some > issues (didn’t manage to include headers so far). > -- > AlexDenisov > Software Engineer, http://lowlevelbits.org > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160411/242bea7b/attachment.html>
Thank you, Kevin, I will take a look. -- AlexDenisov Software Engineer, http://lowlevelbits.org> On 11 Apr 2016, at 17:18, Kevin Hu <hxy9243 at gmail.com> wrote: > > Dear Alex, > > There's a tutorial from LLVM2015 devcon using CMake. > > http://llvm.org/devmtg/2015-10/#tutorial1 > > It covers basic usage of CMake to build a LLVM pass, and hopefully you can find answers to your question in here. > > Regards, > Kevin > > On Mon, Apr 11, 2016 at 1:36 AM Alex Denisov via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Hi there, > > I have a question regarding this documentation page: http://llvm.org/docs/Projects.html > > IIRC LLVM has moved away from Makefile's and uses CMake only. > The question is: > Is the page outdated or is it a recommended way for creating LLVM based project? > > P.S. I’m trying to create a project using CMake, though I’m seeing some issues (didn’t manage to include headers so far). > -- > AlexDenisov > Software Engineer, http://lowlevelbits.org > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 496 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160412/7a73b545/attachment-0001.sig>