Skip to content

[Driver][SYCL] Fix issue with coverage and profile options for device #12119

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 8, 2023

Conversation

mdtoguchi
Copy link
Contributor

The changes which prevent coverage and profile options from being used for device compilations had a problem with -fsanitize=address logic. We were allowing any option that happened to have 'address' as an argument as a legal pass through. Adjust this exception to be specific to -fsanitize.

The changes which prevent coverage and profile options from being used
for device compilations had a problem with -fsanitize=address logic.  We
were allowing _any_ option that happened to have 'address' as an
argument as a legal pass through.  Adjust this exception to be specific
to -fsanitize.
@mdtoguchi mdtoguchi requested a review from a team as a code owner December 8, 2023 00:41
@mdtoguchi mdtoguchi requested a review from LU-JOHN December 8, 2023 00:41
@againull againull merged commit 6cd3ef2 into intel:sycl Dec 8, 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