banach-space / llvm-tutor

A collection of out-of-tree LLVM passes for teaching and learning
MIT License
2.95k stars 393 forks source link

Cannot compile with LLVM 17 #98

Closed HFTrader closed 1 year ago

HFTrader commented 1 year ago

Currently the version is set to 16 (required).

Tried to compile with fresh llvm 17 and failed (can't match).

I'm working on a patch, if acceptable.

banach-space commented 1 year ago

Thank you for taking care of this!

HFTrader commented 1 year ago

https://discourse.llvm.org/t/llvm-17-0-1-released/73549

HFTrader commented 1 year ago

FYI just tested with llvm-project/main (clang 18.0.0) and it compiles fine too.