[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git] / clang / test / AST / ast-dump-amdgpu-types.c
blobe032d678f1a09e8a8d23285a2256a4cf3ff06a34
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
4 //
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'