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