llvm-for-llvmta/tools/clang/test/CodeGenOpenCL/norecurse.cl

7 lines
191 B
Common Lisp
Raw Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clang_cc1 -O0 -emit-llvm -o - %s | FileCheck %s
kernel void kernel1(int a) {}
// CHECK: define{{.*}}@kernel1{{.*}}#[[ATTR:[0-9]*]]
// CHECK: attributes #[[ATTR]] = {{.*}}norecurse