You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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
|