jupyter-xeus / xeus-cling

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
3.01k stars 294 forks source link

Update LLVM to 13+ #513

Open lackhole opened 5 months ago

lackhole commented 5 months ago

xeus-cling is not compatible with LLVM 13 ~ mater

Here are fixed fork LLVM 13: https://github.com/jupyter-xeus/xeus-cling/compare/main...lackhole:xeus-cling:llvm-13 LLVM 15: https://github.com/jupyter-xeus/xeus-cling/compare/main...lackhole:xeus-cling:llvm-15 LLVM 16 ~ 17 : https://github.com/jupyter-xeus/xeus-cling/compare/main...lackhole:xeus-cling:llvm-16

Cling master: https://github.com/jupyter-xeus/xeus-cling/compare/main...lackhole:xeus-cling:cling-master