14 lines · cpp
1// REQUIRES: powerpc-registered-target2 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 %s6 7// CHECK-IFS: --- !ifs-v18// CHECK-IFS: IfsVersion: 3.09// CHECK-IFS: Target: powerpc64le10// CHECK-IFS: Symbols:11// CHECK-IFS: - { Name: _Z8helloPPCv, Type: Func }12// CHECK-IFS: ...13 14int helloPPC();