Skip to content

Commit 677cf8e

Browse files
committed
[SYCL] Add TODO comments for tests with -Wno-deprecated-declarations flag
Signed-off-by: Hu, Peisen <[email protected]>
1 parent e7666a0 commit 677cf8e

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

sycl/test/check_device_code/extensions/properties/properties_kernel_device_has.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Currently using the -Wno-deprecated-declarations flag due to issue
2+
// https://github.com/intel/llvm/issues/16320. Remove the flag once the issue is
3+
// resolved.
14
// RUN: %clangxx -fsycl-device-only -S -Wno-deprecated-declarations -Xclang -emit-llvm -Xclang -disable-llvm-passes %s -o - | FileCheck %s --check-prefix CHECK-IR
25
// RUN: %clangxx -fsycl -fsyntax-only -Wno-deprecated-declarations -Xclang -verify %s
36
// expected-no-diagnostics

sycl/test/check_device_code/extensions/properties/properties_kernel_sub_group_size.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Currently using the -Wno-deprecated-declarations flag due to issue
2+
// https://github.com/intel/llvm/issues/16320. Remove the flag once the issue is
3+
// resolved.
14
// RUN: %clangxx -fsycl-device-only -S -Wno-deprecated-declarations -Xclang -emit-llvm %s -o - | FileCheck %s --check-prefix CHECK-IR
25
// RUN: %clangxx -fsycl -fsyntax-only -Wno-deprecated-declarations -Xclang -verify %s
36
// expected-no-diagnostics

sycl/test/check_device_code/extensions/properties/properties_kernel_work_group_size.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Currently using the -Wno-deprecated-declarations flag due to issue
2+
// https://github.com/intel/llvm/issues/16320. Remove the flag once the issue is
3+
// resolved.
14
// RUN: %clangxx -fsycl-device-only -S -Wno-deprecated-declarations -Xclang -emit-llvm %s -o - | FileCheck %s --check-prefix CHECK-IR
25
// RUN: %clangxx -fsycl -fsyntax-only -Wno-deprecated-declarations -Xclang -verify %s
36
// expected-no-diagnostics

sycl/test/check_device_code/extensions/properties/properties_kernel_work_group_size_hint.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Currently using the -Wno-deprecated-declarations flag due to issue
2+
// https://github.com/intel/llvm/issues/16320. Remove the flag once the issue is
3+
// resolved.
14
// RUN: %clangxx -fsycl-device-only -S -Wno-deprecated-declarations -Xclang -emit-llvm %s -o - | FileCheck %s --check-prefix CHECK-IR
25
// RUN: %clangxx -fsycl -fsyntax-only -Wno-deprecated-declarations -Xclang -verify %s
36
// expected-no-diagnostics

0 commit comments

Comments
 (0)