mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 01:35:49 -04:00
10 lines
363 B
Common Lisp
10 lines
363 B
Common Lisp
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
|
|
|
|
void normal_function() {
|
|
}
|
|
|
|
__kernel void kernel_function() {
|
|
}
|
|
|
|
// CHECK: define spir_kernel void @kernel_function() {{[^{]+}} !kernel_arg_addr_space ![[MD:[0-9]+]] !kernel_arg_access_qual ![[MD]] !kernel_arg_type ![[MD]] !kernel_arg_base_type ![[MD]] !kernel_arg_type_qual ![[MD]] {
|
|
// CHECK: ![[MD]] = !{}
|