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

Add llvm-version arg #23

Merged
merged 20 commits into from
Oct 31, 2022
Merged

Add llvm-version arg #23

merged 20 commits into from
Oct 31, 2022

Conversation

SergioGasquez
Copy link
Member

No description provided.

@SergioGasquez SergioGasquez linked an issue Oct 17, 2022 that may be closed by this pull request
@SergioGasquez
Copy link
Member Author

A few notes on LLVM 15 after some testing:

@MabezDev
Copy link
Member

MabezDev commented Oct 27, 2022

Perhaps this should be named clang version? AFAIK, and based on @JurajSadel's testing this will not change the LLVM version used by the Rust compiler, but instead the version of clang (I think). Is this the intention?

@SergioGasquez
Copy link
Member Author

Perhaps this should be named clang version? AFAIK, and based on @JurajSadel's testing this will not change the LLVM version used by the Rust compiler, but instead the version of clang (I think). Is this the intention?

It is supposed to change the LLVM version, AFAIK. Either rustc is not picking it correctly or I am doing something wrong, but I am installing the latest release of LLVM 15 instead of LLVM 14 (minified or complete).

@SergioGasquez SergioGasquez merged commit 0764c0a into main Oct 31, 2022
@SergioGasquez SergioGasquez deleted the feature/llvm-argument branch October 31, 2022 09:50
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

Successfully merging this pull request may close these issues.

Add argument to choose between LLVM 14 and 15
2 participants