Skip to content

Commit 6bb297b

Browse files
author
Alexander Batashev
committed
Only run test on Linux
1 parent 9595083 commit 6bb297b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test/abi/user_mangling.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// clang-format off
22
// RUN: %clangxx -fsycl -c -emit-llvm -S -o - %s | FileCheck %s --check-prefix CHK-HOST
33
// RUN: %clangxx -fsycl -fsycl-device-only -O0 -c -emit-llvm -S -o - %s | FileCheck %s --check-prefix CHK-DEVICE
4+
// REQUIRES: linux
45

56
#include <CL/sycl.hpp>
67

0 commit comments

Comments
 (0)