4 lines
180 B
ArmAsm
4 lines
180 B
ArmAsm
|
// 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
|