Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 752fae2

Browse files
committed
[SYCL] Update test with -fno-builtin option
Signed-off-by: haonanya <[email protected]>
1 parent 4e80749 commit 752fae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/DeviceLib/cmath_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -fsycl %s -o %t.out
1+
// RUN: %clangxx -fsycl -fno-builtin %s -o %t.out
22
// RUN: %HOST_RUN_PLACEHOLDER %t.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)