Skip to content

[SYCL][E2E] Fix fallback code path from #18627 #18753

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
Jun 2, 2025

Conversation

Maetveis
Copy link
Contributor

@Maetveis Maetveis commented Jun 2, 2025

Fix the fallback code path taken when clang --print-prog-name fails. The fallback code in
871e907 ([SYCL][E2E] Better handle the Intel Compiler in standalone build (NFC) (#18627)) is broken, it uses the wrong variable name (tool instead of name) and refers to the unqualified CalledProcessError without importing it.

Fix the fallback code path taken when `clang --print-prog-name` fails.
The fallback code in
871e907 ([SYCL][E2E] Better handle the Intel Compiler in standalone build (NFC) (intel#18627))
is broken, it uses the wrong variable name (`tool` instead of `name`) and refers to
the unqualified `CalledProcessError` without importing it.
@Maetveis Maetveis requested a review from a team as a code owner June 2, 2025 10:09
@Maetveis Maetveis requested a review from maarquitos14 June 2, 2025 10:09
@Maetveis Maetveis temporarily deployed to WindowsCILock June 2, 2025 10:10 — with GitHub Actions Inactive
@Maetveis Maetveis temporarily deployed to WindowsCILock June 2, 2025 10:29 — with GitHub Actions Inactive
@Maetveis Maetveis temporarily deployed to WindowsCILock June 2, 2025 10:29 — with GitHub Actions Inactive
Copy link
Contributor

@maarquitos14 maarquitos14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Maetveis
Copy link
Contributor Author

Maetveis commented Jun 2, 2025

@intel/llvm-gatekeepers please merge :)

@martygrant martygrant merged commit 5965a56 into intel:sycl Jun 2, 2025
24 checks passed
@Maetveis Maetveis deleted the sycl-e2e-fixup-fallback branch June 2, 2025 13:22
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