We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba18a51 commit a4a88f2Copy full SHA for a4a88f2
clang/test/CodeGenSYCL/remove-restriction-builtin-printf.cpp
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 -fsycl-is-device -internal-isystem %S/Inputs -sycl-std=2020 -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -fsycl-is-device -triple spir64-unknown-unknown -internal-isystem %S/Inputs -sycl-std=2020 -emit-llvm %s -o - | FileCheck %s
2
// This test checks if __builtin_printf is emitted in the IR.
3
4
#include "sycl.hpp"
0 commit comments