Bill Schmidt | a0c077e | 2013-07-03 18:21:12 +0000 | [diff] [blame] | 1 | // RUN: %clang -target powerpc64-linux-gnu -maltivec -S %s -o - | FileCheck %s |
Bill Schmidt | 43ada3d | 2014-06-13 18:30:06 +0000 | [diff] [blame] | 2 | // RUN: %clang -target powerpc64le-linux-gnu -maltivec -S %s -o - | FileCheck %s |
Bill Schmidt | a0c077e | 2013-07-03 18:21:12 +0000 | [diff] [blame] | 3 | // Verify that assembling an empty file does not auto-include altivec.h. |
4 | // CHECK-NOT: static vector |