forked from OSchip/llvm-project
Provide test case for commit r185544.
Verify that assembling an empty file does not auto-include altivec.h. llvm-svn: 185563
This commit is contained in:
parent
a07aa69771
commit
3d11a3061a
|
@ -0,0 +1,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
|
Loading…
Reference in New Issue