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 9595083 commit 6bb297bCopy full SHA for 6bb297b
sycl/test/abi/user_mangling.cpp
@@ -1,6 +1,7 @@
1
// clang-format off
2
// RUN: %clangxx -fsycl -c -emit-llvm -S -o - %s | FileCheck %s --check-prefix CHK-HOST
3
// RUN: %clangxx -fsycl -fsycl-device-only -O0 -c -emit-llvm -S -o - %s | FileCheck %s --check-prefix CHK-DEVICE
4
+// REQUIRES: linux
5
6
#include <CL/sycl.hpp>
7
0 commit comments