terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.72k stars 201 forks source link

Add support to LLVM 16 #618

Closed romariorios closed 1 year ago

romariorios commented 1 year ago

LLVM requires C++171 from version 16 onwards, but no further changes were necessary to make it compile

elliottslaughter commented 1 year ago

CI is happy (or, happy-ish, I think the FreeBSD failure is unrelated). Just waiting for my local LLVM build to finish so I can test locally before merging.

elliottslaughter commented 1 year ago

Thanks again!