Akuli / jou

Yet another programming language
MIT License
11 stars 4 forks source link

Also use LLVM 15 #365

Open littlewhitecloud opened 1 year ago

Akuli commented 1 year ago

Not going to be supported until it is available to me on linux. I can only install LLVM 9, 11 or 13 with apt.

littlewhitecloud commented 1 year ago

okay

Akuli commented 9 months ago

We could add support for llvm 14 or 15. I updated my system and now have them available.

littlewhitecloud commented 9 months ago

make just failed with LLVM 15

Error: Found unsupported LLVM version 15.0.7. Only LLVM 11 and LLVM 13 are supported.
littlewhitecloud commented 9 months ago

I don't know what happened, but I can build jou on the windows with make 3.8.1 and LLVM 16.0.1

Akuli commented 9 months ago

Error: Found unsupported LLVM version 15.0.7. Only LLVM 11 and LLVM 13 are supported.

This error message comes from Makefile.posix, which hard-codes the versions 11 and 13 in various places.

littlewhitecloud commented 9 months ago

Okay, let me test with 15 again.

Moosems commented 8 months ago

Sooooo.....

littlewhitecloud commented 8 months ago

The test failed with seg fault

Moosems commented 8 months ago

This error message comes from Makefile.posix, which hard-codes the versions 11 and 13 in various places.

So we make a branch, update it to 15 and try again?

littlewhitecloud commented 8 months ago

This error message comes from Makefile.posix, which hard-codes the versions 11 and 13 in various places.

So we make a branch, update it to 15 and try again?

So, Akuli is working on it