Skip to content

[SYCL] Prefer _WIN32 over WIN32 in #if expressions #16267

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
Dec 5, 2024

Conversation

aelovikov-intel
Copy link
Contributor

The former is defined by the toolchain while the latter is part of SDK, so using _WIN32 is preferrable. The issue was exposed downstream due to recent changes from #16178 and #16194.

The former is defined by the toolchain while the latter is part of SDK,
so using `_WIN32` is preferrable. The issue was exposed downstream due
to recent changes from intel#16178 and
intel#16194.
@aelovikov-intel aelovikov-intel merged commit cafb28a into intel:sycl Dec 5, 2024
15 checks passed
@aelovikov-intel aelovikov-intel deleted the win32-guard branch December 5, 2024 15:13
aelovikov-intel added a commit to aelovikov-intel/llvm that referenced this pull request Dec 16, 2024
I'm only able reproduce link error downstream for this API (and don't
know what exactly is causing it), but the
change is the same in nature as parts of
intel#16178,
intel#16194 and
intel#16267
aelovikov-intel added a commit that referenced this pull request Dec 16, 2024
I'm only able reproduce link error downstream for this API (and don't
know what exactly is causing it), but the
change is the same in nature as parts of
#16178,
#16194 and
#16267
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