13 lines · c
1// RUN: %clang -target powerpc-ibm-aix-xcoff -mcpu=pwr8 -E -dM -maltivec -mabi=vec-extabi %s -o - 2>&1 \2// RUN: | FileCheck %s -check-prefix=EXTABI3// RUN: %clang -target powerpc64-ibm-aix-xcoff -mcpu=pwr8 -E -dM -maltivec -mabi=vec-extabi %s -o - 2>&1 \4// RUN: | FileCheck %s -check-prefix=EXTABI5// RUN: %clang -target powerpc-ibm-aix-xcoff -mcpu=pwr8 -E -dM -maltivec -mabi=vec-default %s 2>&1 \6// RUN: | FileCheck %s -check-prefix=DFLTABI7// RUN: %clang -target powerpc64-ibm-aix-xcoff -mcpu=pwr8 -E -dM -maltivec -mabi=vec-default %s 2>&1 \8// RUN: | FileCheck %s -check-prefix=DFLTABI9 10 11// EXTABI: #define __EXTABI__12// DFLTABI-NOT: #define __EXTABI__13