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.71k stars 197 forks source link

Known issues in LLVM 17 #655

Open elliottslaughter opened 9 months ago

elliottslaughter commented 9 months ago

Since we've got a couple of them, listing all the (new) known issues in LLVM 17:

It's frankly not obvious if these are worth investigating. The transition to opaque pointers shook looks a bunch of problems in LLVM that were not investigated prior to the release. We may just find that some of these go away with LLVM 18 or subsequent versions.