mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 22:38:56 -04:00

There are several Altivec tests that formerly ran only on big-endian targets (and in some cases only on 32-bit targets). It is useful to verify these on little-endian targets as well. While testing these, I discovered a typo in <altivec.h>. This is also fixed by this patch. llvm-svn: 210928
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
|