[llvm-dev] Creating an LLVM Project

Kevin Hu via llvm-dev llvm-dev at lists.llvm.org
Mon Apr 11 08:18:19 PDT 2016


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>


More information about the llvm-dev mailing list