You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
510 B
11 lines
510 B
4 months ago
|
// REQUIRES: powerpc-registered-target
|
||
|
// RUN: not %clang_cc1 -triple powerpc-unknown-aix -maix-struct-return \
|
||
|
// RUN: -c %s 2>&1 | FileCheck %s
|
||
|
// RUN: not %clang_cc1 -triple powerpc-unknown-aix -msvr4-struct-return \
|
||
|
// RUN: -c %s 2>&1 | FileCheck %s
|
||
|
// RUN: not %clang_cc1 -triple powerpc64-unknown-aix -maix-struct-return \
|
||
|
// RUN: -c %s 2>&1 | FileCheck %s
|
||
|
// RUN: not %clang_cc1 -triple powerpc64-unknown-aix -msvr4-struct-return \
|
||
|
// RUN: -c %s 2>&1 | FileCheck %s
|
||
|
// CHECK: unsupported option
|