Skip to content

[Driver][SYCL] Adjust debug format for SYCL device on Windows #11684

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
Oct 27, 2023

Conversation

mdtoguchi
Copy link
Contributor

Setting debug information is determined by using -g, as opposed to earlier representation using -Zi specifically for Windows. The use of codeview is dependent on the target.

When we know that the host target is MSVC based, use the host toolchain setting of the debug format as opposed to the default toolchain which defaults to dwarf.

Setting debug information is determined by using -g, as opposed to
earlier representation using -Zi specifically for Windows.  The use of
codeview is dependent on the target.

When we know that the host target is MSVC based, use the host toolchain
setting of the debug format as opposed to the default toolchain which
defaults to dwarf.
@mdtoguchi mdtoguchi requested a review from a team as a code owner October 27, 2023 01:36
@mdtoguchi mdtoguchi temporarily deployed to WindowsCILock October 27, 2023 01:36 — with GitHub Actions Inactive
@mdtoguchi mdtoguchi temporarily deployed to WindowsCILock October 27, 2023 02:07 — with GitHub Actions Inactive
@againull againull merged commit 73bba79 into intel:sycl Oct 27, 2023
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