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][CMake] Extend Clang workarounds to new 'IntelLLVM' compiler ID (#5261)
Newer versions of CMake will detect icx as "IntelLLVM" rather than
"Clang."
To preserve this workaround, extend the compiler ID check to match
either compiler ID. This should allow builds using icx and newer
versions of CMake to continue to work as expected.
0 commit comments