11 lines · c
1// REQUIRES: powerpc-registered-target2// RUN: not %clang_cc1 -triple powerpc-unknown-aix -maix-struct-return \3// RUN: -c %s 2>&1 | FileCheck %s4// RUN: not %clang_cc1 -triple powerpc-unknown-aix -msvr4-struct-return \5// RUN: -c %s 2>&1 | FileCheck %s6// RUN: not %clang_cc1 -triple powerpc64-unknown-aix -maix-struct-return \7// RUN: -c %s 2>&1 | FileCheck %s8// RUN: not %clang_cc1 -triple powerpc64-unknown-aix -msvr4-struct-return \9// RUN: -c %s 2>&1 | FileCheck %s10// CHECK: unsupported option11