================
@@ -1,24 +1,40 @@
-// RUN: %clang_cc1 -triple spir64 -fsycl-is-device -disable-llvm-passes 
-emit-llvm %s -o - | FileCheck %s --check-prefix=SPIR
+// RUN: %clang_cc1 -triple spir64 -fsycl-is-device -disable-llvm-passes 
-emit-llvm %s -o - -Wno-deprecated-attributes | FileCheck %s --check-prefix=SPIR
+// RUN: %clang_cc1 -triple x86_64 -fsycl-is-device -disable-llvm-passes 
-emit-llvm %s -o - -Wno-deprecated-attributes | FileCheck %s --check-prefix=X86
----------------
tahonermann wrote:

FYI that the `x86_64` target is no longer accepted as a SYCL device target; 
this run line and the `X86` checks were recently removed.

https://github.com/llvm/llvm-project/pull/200849
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to