Skip to content

Commit 1bef172

Browse files
v-klochkovbader
authored andcommitted
[SYCL][NFC] Remove -lOpenCL from 2 LIT tests not having direct OpenCL calls
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 9a8f480 commit 1bef172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test/usm/memcpy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// RUN: %clangxx -fsycl %s -o %t1.out -lOpenCL
8+
// RUN: %clangxx -fsycl %s -o %t1.out
99
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
1010

1111
#include <CL/sycl.hpp>

sycl/test/usm/memset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// RUN: %clangxx -fsycl %s -o %t1.out -lOpenCL
8+
// RUN: %clangxx -fsycl %s -o %t1.out
99
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
1010

1111
#include <CL/sycl.hpp>

0 commit comments

Comments
 (0)