brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1003 B · 6765d26 Raw
24 lines · c
1// RUN: %clang_cc1 -triple=powerpc64-unknown-linux-gnu \2// RUN:            -target-feature +altivec -fsyntax-only %s3// RUN: %clang_cc1 -triple=powerpc64le-unknown-linux-gnu \4// RUN:            -target-feature +altivec -fsyntax-only %s5// RUN: %clang_cc1 -triple=powerpc64-ibm-aix-xcoff \6// RUN:            -target-feature +altivec -fsyntax-only %s7// RUN: %clang_cc1 -triple=powerpc-ibm-aix-xcoff \8// RUN:            -target-feature +altivec -fsyntax-only %s9// RUN: %clang_cc1 -triple=powerpc-unknown-linux-gnu \10// RUN:            -target-feature +altivec -fsyntax-only %s11// RUN: %clang_cc1 -triple=s390x-linux-gnu -target-cpu arch11 \12// RUN:            -fzvector -fsyntax-only %s13// RUN: %clang_cc1 -triple=s390x-ibm-zos -target-cpu arch11 \14// RUN:            -fzvector -fsyntax-only %s15 16__vector bool char bc;17__vector bool short bsh;18__vector bool short int bshi;19__vector bool int bi;20__vector _Bool char bc;21__vector _Bool short bsh;22__vector _Bool short int bshi;23__vector _Bool int bi;24