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

Update LLVM Version to 19 #550

Open
Bishoywadea opened this issue Feb 21, 2025 · 1 comment
Open

Update LLVM Version to 19 #550

Bishoywadea opened this issue Feb 21, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Bishoywadea
Copy link
Contributor

Bishoywadea commented Feb 21, 2025

🐛 Bug Report

The project is currently running on LLVM 11. We need to upgrade it to LLVM 14 to ensure compatibility with the latest toolchains. Attached are two images comparing the results between LLVM 11 and LLVM 14. The goal is to confirm that the code runs correctly on LLVM 14

Expected Behavior

The project should properly support LLVM 14 without any issues.

Current Behavior

See the attached images for the current behavior:

Possible Solution

  • Update the code to use LLVM 19.

Detailed Description

Behavior when installing LLVM 11 (Removed from Homebrew)

Image

Behavior when installing LLVM 14 (Potential Compatibility Issues)

Image

@Bishoywadea Bishoywadea added the bug Something isn't working label Feb 21, 2025
@viferga
Copy link
Member

viferga commented Feb 21, 2025

I think it will be better if we update it to 19. Specially because we have it in bookworm and trixie: https://packages.debian.org/search?keywords=clang-19-examples
https://packages.debian.org/search?keywords=clang-19

Also, in homebrew:
https://formulae.brew.sh/formula/llvm

And, Windows:
https://github.com/llvm/llvm-project/releases/tag/llvmorg-19.1.7

@viferga viferga changed the title Update LLVM Version to 14 Update LLVM Version to ~~14~~ 19 Feb 21, 2025
@viferga viferga changed the title Update LLVM Version to ~~14~~ 19 Update LLVM Version to ~14~ 19 Feb 21, 2025
@viferga viferga changed the title Update LLVM Version to ~14~ 19 Update LLVM Version to 19 Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants