Skip to content

Commit 72c37b0

Browse files
[SYCL] fix fp8 alignment test (#22537)
This PR fixes build error on windows when -Werror passed ` executed command: icx.exe -Werror /EHsc -fsycl -fsycl-device-only -DNDEBUG -S -emit-llvm '<src>' -o - | icx: error: unknown argument ignored in clang-cl: '-emit-llvm' [-Werror,-Wunknown-argument] error: command failed with exit status: 1 `
1 parent d84f142 commit 72c37b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sycl/test-e2e/Experimental/fp8/x2_alignment_codegen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -fsycl -fsycl-device-only -DNDEBUG -S -emit-llvm %s -o - | FileCheck %s
1+
// RUN: %clangxx -fsycl -fsycl-device-only -DNDEBUG -S -Xclang -emit-llvm %s -o - | FileCheck %s
22

33
// UNSUPPORTED: target-nvidia, target-amd
44
// UNSUPPORTED-INTENDED: relies on SPIR-V FP8 conversion builtins

0 commit comments

Comments
 (0)