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.
29 lines
1.5 KiB
29 lines
1.5 KiB
// RUN: %clang -target powerpc-ibm-aix-xcoff -### -E -G 0 2>&1 %s | \
|
|
// RUN: FileCheck --check-prefix=CHECK32 %s
|
|
// RUN: %clang -target powerpc-ibm-aix-xcoff -### -S -emit-llvm -G 0 2>&1 %s | \
|
|
// RUN: FileCheck --check-prefix=CHECK32 %s
|
|
// RUN: %clang -target powerpc-ibm-aix-xcoff -### -c -G 0 2>&1 %s | \
|
|
// RUN: FileCheck --check-prefix=CHECK32 %s
|
|
// RUN: %clang -target powerpc-ibm-aix-xcoff -### -c \
|
|
// RUN: %S/Inputs/aix_ppc_tree/dummy0.s -G 0 2>&1 | \
|
|
// RUN: FileCheck --check-prefix=CHECK32 %s
|
|
// RUN: %clang -target powerpc-ibm-aix-xcoff -### -o dummy.so \
|
|
// RUN: %S/Inputs/aix_ppc_tree/dummy0.o -G 0 2>&1 | \
|
|
// RUN: FileCheck --check-prefix=CHECK32 %s
|
|
|
|
// RUN: %clang -target powerpc64-ibm-aix-xcoff -### -E -G 0 2>&1 %s | \
|
|
// RUN: FileCheck --check-prefix=CHECK64 %s
|
|
// RUN: %clang -target powerpc64-ibm-aix-xcoff -### -S -emit-llvm -G 0 2>&1 %s | \
|
|
// RUN: FileCheck --check-prefix=CHECK64 %s
|
|
// RUN: %clang -target powerpc64-ibm-aix-xcoff -### -c -G 0 2>&1 %s | \
|
|
// RUN: FileCheck --check-prefix=CHECK64 %s
|
|
// RUN: %clang -target powerpc64-ibm-aix-xcoff -### -c \
|
|
// RUN: %S/Inputs/aix_ppc_tree/dummy0.s -G 0 2>&1 | \
|
|
// RUN: FileCheck --check-prefix=CHECK64 %s
|
|
// RUN: %clang -target powerpc64-ibm-aix-xcoff -### -o dummy.so \
|
|
// RUN: %S/Inputs/aix_ppc_tree/dummy0.o -G 0 2>&1 | \
|
|
// RUN: FileCheck --check-prefix=CHECK64 %s
|
|
|
|
// CHECK32: error: unsupported option '-G' for target 'powerpc-ibm-aix-xcoff'
|
|
// CHECK64: error: unsupported option '-G' for target 'powerpc64-ibm-aix-xcoff'
|