bolt/deps/llvm-18.1.8/clang/test/CodeGenOpenCL/norecurse.cl

7 lines
191 B
Common Lisp
Raw Normal View History

2025-02-14 19:21:04 +01: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