Skip to content

Commit 586281c

Browse files
committed
Adjust comment
1 parent 435c611 commit 586281c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/test/CodeGenSYCL/device_has.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %clang_cc1 -fsycl-is-device -internal-isystem %S/Inputs -triple spir64-unknown-unknown -disable-llvm-passes -emit-llvm %s -o - | FileCheck %s
22

3-
// Tests for IR of device_has(aspect, ...) attribute
3+
// Tests for IR of device_has(aspect, ...) attribute and
4+
// !sycl_used_aspects metadata
45
#include "sycl.hpp"
56

67
using namespace sycl;

0 commit comments

Comments
 (0)