[llvm-dev] LLVM JIT C++ compiler tutorial series
Emmanuel Roche via llvm-dev
llvm-dev at lists.llvm.org
Sun Apr 19 17:27:41 PDT 2020
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200420/a005429d/attachment.html>
More information about the llvm-dev
mailing list