You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][E2E] Fix error reporting in e2e lit config (#18535)
Checking the output of `get_sycl_ls_verbose` expected the function to
update a global `sp` variable. Since it didn't do that, this resulted
in an error when trying to print the command output.
This patch changes the function to return the subprocess directly, which
is used during error message generation.
0 commit comments