AdeptLanguage / Adept

The Adept Programming Language
GNU General Public License v3.0
120 stars 8 forks source link

[CI/CD] Bump to LLVM 17 #301

Closed ghost closed 6 months ago

ghost commented 6 months ago

You are still using LLVM 16. They are going to release LLVM 18 soon.

IsaacShelton commented 6 months ago

Many platforms have not released distributed packages for LLVM 17 yet, which is why LLVM 16 is still the current target.

(And even GitHub's ubuntu-latest doesn't have an official package for LLVM 16 yet for example)