Skip to content

Conversation

@uditagarwal97
Copy link
Contributor

We recently enabled running sycl E2E tests with opt_use_cpu_dasan and all XPTI E2E tests failed with a "unused argument" compilation error (CMPLRTST-26115). This is because opt_use_cpu_dasan test config adds -Xarch_device -fsanitize=address to the compilation argument, but it is unused in XPTI tests when creating shared library and not compiling for SYCL.

This PR adds -Wno-unused-command-line-argument to fix compilation failures.

@uditagarwal97 uditagarwal97 self-assigned this Nov 26, 2024
@uditagarwal97 uditagarwal97 requested a review from a team as a code owner November 26, 2024 16:10
@uditagarwal97
Copy link
Contributor Author

After some internal discussion, I'm closing this in favor of changing our internal testing configuration to automatically add -Wno-unused-command-line-argument when testing with opt_use_cpu_dasan.

@uditagarwal97 uditagarwal97 deleted the xpti_test_fix branch November 5, 2025 20:18
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.

1 participant