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][clang-linker-wrapper] Fix argument passing to ocloc. (#20270)
ocloc `-options` args need to be comma separated, e.g. `-options
-g,-cl-opt-disable`. Otherwise, only the first arg is processed by ocloc
as an arg for `-options`, and the rest are processed as standalone
flags, possibly leading to errors. Another possibility would be
`-options "-g -cl-opt-disable"`, but quotes might cause escaping issues.
0 commit comments