Commit 617b5aa
authored
[SYCL] Don't use asterisk in filenames. (#19984)
The use of asterisk ("\*") for filenames in Windows is problematic (see
#19373). Replace the use of "\*"
with "any". Even though the original problem only affects Windows, the
fix is not problematic for Linux, so I think it's better to keep only
one code path.
Fixes #19373.1 parent e86363f commit 617b5aa
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
308 | 309 | | |
309 | | - | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
| |||
0 commit comments