grin icon indicating copy to clipboard operation
grin copied to clipboard

What LLVM versions are supported by the codegen?

Open jonathan-il opened this issue 2 years ago • 1 comments

On the documentation, LLVM 7 is used. I am just curious if any version of LLVM can be used or if v7 is a hard requirement. If it is a hard requirement, do you have any estimate of the work that would be involved in bringing it up to say the 12.x version?

jonathan-il avatar Jul 12 '21 21:07 jonathan-il

The LLVM version is tied to llvm-hs. So currently it will work only with LLVM 7.

csabahruska avatar Jul 13 '21 18:07 csabahruska