[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git] / clang / test / InterfaceStubs / ppc.cpp
blob2f9eaddd0f0544ebd772ecd8a64a58b4dc345760
1 // REQUIRES: powerpc-registered-target
3 // RUN: %clang -x c++ -target powerpc64le-unknown-linux-gnu -o - %s \
4 // RUN: -emit-interface-stubs -emit-merged-ifs -S | \
5 // RUN: FileCheck -check-prefix=CHECK-IFS %s
7 // CHECK-IFS: --- !ifs-v1
8 // CHECK-IFS: IfsVersion: 3.0
9 // CHECK-IFS: Target: powerpc64le
10 // CHECK-IFS: Symbols:
11 // CHECK-IFS: - { Name: _Z8helloPPCv, Type: Func }
12 // CHECK-IFS: ...
14 int helloPPC();