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] Remove dependency of libspirv-nvptx64 for Driver LIT test (#20386)
We met some lit failure complaining
remangled-l64-signed_char.libspirv-nvptx64-nvidia-cuda.bc couldn't be
found when we ran clang lit tests without building libclc component. In
fact, we have put fake
remangled-l64-signed_char.libspirv-nvptx64-nvidia-cuda.bc files in
test/Driver/Inputs folder to remove the dependency but some tests didn't
use these fake files. This PR fix it.
Signed-off-by: jinge90 <[email protected]>
// CHECK-NO-DEV-ONLY-NO-S: warning: -fsycl-device-obj=asm flag has an effect only when compiling device code and emitting assembly, make sure both -fsycl-device-only and -S flags are present; will be ignored [-Wunused-command-line-argument]
35
35
36
36
/// -fsycl-device-obj=asm will finish at generating assembly stage, hence
37
37
/// inform users that generating library will not be possible (ignore -c)
0 commit comments