1 | // RUN: %clang -target powerpc64-linux-gnu -maltivec -S %s -o - | FileCheck %s |
---|---|
2 | // RUN: %clang -target powerpc64le-linux-gnu -maltivec -S %s -o - | FileCheck %s |
3 | // Verify that assembling an empty file does not auto-include altivec.h. |
4 | // CHECK-NOT: static vector |
5 |