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