[llvm-dev] LLVM JIT C++ compiler tutorial series

David Blaikie via llvm-dev llvm-dev at lists.llvm.org
Sun Apr 19 17:45:39 PDT 2020


+Lang Hames <lhames at gmail.com>  keeper of LLVM JITs

On Sun, Apr 19, 2020 at 5:28 PM Emmanuel Roche via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Hello llvm developers,
>
> In the past few days,I've been trying to build a JIT C++ compiler with
> LLVM on windows 10, and in the process I wrote a series of 4 blog posts on
> the topic, that you can find here:
>
> Part 1:
> http://wiki.nervtech.org/doku.php?id=blog:2020:0410_dynamic_cpp_compilation
> Part 2:
> http://wiki.nervtech.org/doku.php?id=blog:2020:0414_jit_cpp_compiler
> Part 3:
> http://wiki.nervtech.org/doku.php?id=blog:2020:0416_jit_compiler_part3_fixing_crash
> Part 4:
> http://wiki.nervtech.org/doku.php?id=blog:2020:0418_jit_compiler_part4_crt_dependency
>
> => I think I finally have something working now, so I thought I should
> share this with you in case it could be useful to anyone.
>
> Of course, if you have any question unanswered in there, just let me know.
>
> Meanwhile, happy coding everyone!
>
> best regards,
> Manu.
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://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/20200419/21366c8f/attachment.html>


More information about the llvm-dev mailing list