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

Default to llvm-lib when using clang-cl in msvc environment. #758

Merged
merged 1 commit into from Dec 1, 2022

Conversation

dot-asm
Copy link
Contributor

@dot-asm dot-asm commented Nov 30, 2022

The problem is that the vendor librarian can't handle object modules compiled with clang-cl -flto. llvm-lib on the other hand can handle any object modules, which makes it a preferred option.

At @ChrisDenton's request.

The problem is that the vendor librarian can't handle object modules
compiled with clang-cl -flto. llvm-lib on the other hand can handle
any object modules, which makes it a preferred option.
@ChrisDenton
Copy link
Contributor

Thanks! I'd like to take a little bit of time to run some tests locally but otherwise this looks good.

@ChrisDenton ChrisDenton merged commit 0e51f6d into rust-lang:main Dec 1, 2022
@ChrisDenton ChrisDenton added the O-windows Windows targets and toolchains label Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-windows Windows targets and toolchains
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants