mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 08:00:22 -04:00
5 lines
261 B
ArmAsm
5 lines
261 B
ArmAsm
// 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
|