-
-
Notifications
You must be signed in to change notification settings - Fork 35
add llvm 18 support #228
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
Comments
We should wait for the release Once released 18 should be added to this for the URL-based installers setup-cpp/src/llvm/llvm_url.ts Line 14 in 2908244
And the default version should be updated here: |
@tchaikov LLVM18 is released with binaries. would you want to make a PR? |
specifically, 18.1.2 has not been tagged yet. but its ubuntu packages have been uploaded. so add this version to ubuntu's mapping as well. Fixes aminya#228 Signed-off-by: Kefu Chai <[email protected]>
specifically, 18.1.2 has not been tagged yet. but its ubuntu packages have been uploaded. so add this version to ubuntu's mapping as well. Fixes aminya#228 Signed-off-by: Kefu Chai <[email protected]>
specifically, 18.1.2 has not been tagged yet. but its ubuntu packages have been uploaded. so add this version to ubuntu's mapping as well. Fixes aminya#228 Signed-off-by: Kefu Chai <[email protected]>
specifically, 18.1.2 has not been tagged yet. but its ubuntu packages have been uploaded. so add this version to ubuntu's mapping as well. Fixes aminya#228 Signed-off-by: Kefu Chai <[email protected]>
specifically, 18.1.2 has not been tagged yet. but its ubuntu packages have been uploaded. so add this version to ubuntu's mapping as well. Fixes aminya#228 Signed-off-by: Kefu Chai <[email protected]>
Fixes aminya#228 Signed-off-by: Kefu Chai <[email protected]>
Fixes aminya#228 Signed-off-by: Kefu Chai <[email protected]>
Fixes aminya#228 Signed-off-by: Kefu Chai <[email protected]>
Fixes aminya#228 Signed-off-by: Kefu Chai <[email protected]>
since llvm 18 is around the corner, can we add support for it? i will create a pull request for this if this is acceptable. it would be great if we can even support llvm 19. as, under some circumstances, we need to test the compatibility of a library to see if it is compatible with the latest clang. i would be happy to create a pull request for this as well.
The text was updated successfully, but these errors were encountered: