Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also use LLVM 15 #365

Open
littlewhitecloud opened this issue Mar 26, 2023 · 11 comments
Open

Also use LLVM 15 #365

littlewhitecloud opened this issue Mar 26, 2023 · 11 comments

Comments

@littlewhitecloud
Copy link
Contributor

No description provided.

@Akuli
Copy link
Owner

Akuli commented Mar 26, 2023

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
Copy link
Contributor Author

okay

@littlewhitecloud littlewhitecloud closed this as not planned Won't fix, can't repro, duplicate, stale Apr 9, 2023
@Akuli Akuli reopened this Apr 9, 2023
@littlewhitecloud littlewhitecloud changed the title What about use LLVM 16? What about using LLVM 16? Jul 9, 2023
@Akuli
Copy link
Owner

Akuli commented Dec 3, 2023

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

@littlewhitecloud
Copy link
Contributor Author

littlewhitecloud commented Dec 4, 2023

make just failed with LLVM 15

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

@littlewhitecloud
Copy link
Contributor Author

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
Copy link
Owner

Akuli commented Dec 4, 2023

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
Copy link
Contributor Author

Okay, let me test with 15 again.

@littlewhitecloud littlewhitecloud changed the title What about using LLVM 16? Also use LLVM 15 Dec 5, 2023
@Moosems
Copy link

Moosems commented Dec 24, 2023

Sooooo.....

@littlewhitecloud
Copy link
Contributor Author

littlewhitecloud commented Dec 24, 2023

The test failed with seg fault

@Moosems
Copy link

Moosems commented Dec 24, 2023

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants