brintos

brintos / llvm-project-archived public Read only

0
0
Text · 680 B · e00383d Raw
14 lines · c
1// RUN: %clang -### --target=powerpc-ibm-aix-xcoff -mcmodel=medium -mtocdata %s 2>&1 \2// RUN:   | FileCheck %s3// RUN: %clang -### --target=powerpc-ibm-aix-xcoff -mcmodel=large -mtocdata %s 2>&1 \4// RUN:   | FileCheck %s5// RUN: %clang -### --target=powerpc-ibm-aix-xcoff -mtocdata %s 2>&1 \6// RUN:   | FileCheck %s7// RUN: %clang -### --target=powerpc64-ibm-aix-xcoff -mcmodel=medium -mtocdata %s 2>&1 \8// RUN:   | FileCheck %s9// RUN: %clang -### --target=powerpc64-ibm-aix-xcoff -mcmodel=large -mtocdata %s 2>&1 \10// RUN:   | FileCheck %s11// RUN: %clang -### --target=powerpc64-ibm-aix-xcoff -mtocdata %s 2>&1 \12// RUN:   | FileCheck %s13// CHECK: "-cc1"{{.*}}" "-mtocdata"14