compiler-research / xeus-clang-repl

Apache License 2.0
33 stars 14 forks source link

Unpatched llvm & clang #28

Open SylvainCorlay opened 1 year ago

SylvainCorlay commented 1 year ago

Is there a means to build xeus-clang-repl without a patched llvm?

Maintaining patches flavors of clang and llvm on conda-forge has been a major hurdle for packaging Cling on conda-forge, and dropping this requirement would be a major upside of switching to xeus-clang-repl for us.

vgvassilev commented 1 year ago

These patches are backports from existing llvm patches which (were) are not yet released. We also put some of the work-in-progress patches to get user experience with how they work. They generally add new features which will land in LLVM but are still under review.

So, yes, the ultimate goal is to ship xeus-clang-repl with regular llvm releases.