Skip to content

[Driver] Make the findVCToolChainViaEnvironment case-insensitive #3543

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

Merged
merged 1 commit into from
Apr 14, 2021

Conversation

sergey-semenov
Copy link
Contributor

PATH usage on Windows is case-insensitive. There could be situations
when toolchain path can't be obtained from PATH because of
case-sensitivity of the findVCToolChainViaEnvironment.

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D100361

PATH usage on Windows is case-insensitive. There could be situations
when toolchain path can't be obtained from PATH because of
case-sensitivity of the findVCToolChainViaEnvironment.

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D100361
@sergey-semenov
Copy link
Contributor Author

Cherry-pick of https://reviews.llvm.org/D100361 in order to resolve massive llvm-test-suite failures with certain environment configurations.

@sergey-semenov
Copy link
Contributor Author

The failed tests are unrelated, they are going to be temporarily disabled here intel/llvm-test-suite#231

@againull againull merged commit 31f1c84 into intel:sycl Apr 14, 2021
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.

3 participants