Skip to content

Commit afbdf7a

Browse files
committed
Add test for suppressing LNK4221
Signed-off-by: gejin <[email protected]>
1 parent 3cdd498 commit afbdf7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// REQUIRES: system-windows
2+
// RUN: %clangxx -fsycl -fintelfpga -fsycl-link -Xshardware %s 2>&1 \
3+
// RUN: | FileCheck %s
4+
// CHECK: No kernels specified.
5+
// CHECK-NOT: LNK4221
6+
int main() {
7+
return 0;
8+
}

0 commit comments

Comments
 (0)