1 // REQUIRES: amdgpu-registered-target
2 // Test without serialization:
3 // RUN: %clang_cc1 -triple amdgcn -ast-dump -ast-dump-filter __amdgpu_buffer_rsrc_t %s | FileCheck %s
5 // Test with serialization:
6 // RUN: %clang_cc1 -triple amdgcn -emit-pch -o %t %s
7 // RUN: %clang_cc1 -x c -triple amdgcn -include-pch %t -ast-dump-all -ast-dump-filter __amdgpu_buffer_rsrc_t /dev/null | sed -e "s/ <undeserialized declarations>//" -e "s/ imported//" | FileCheck %s
9 // CHECK: TypedefDecl {{.*}} implicit __amdgpu_buffer_rsrc_t
10 // CHECK-NEXT: -BuiltinType {{.*}} '__amdgpu_buffer_rsrc_t'