Bill Schmidt | 3d11a30 | 2013-07-03 18:21:12 +0000 | [diff] [blame] | 1 | // RUN: %clang -target powerpc64-linux-gnu -maltivec -S %s -o - | FileCheck %s |
Bill Schmidt | 1cf7c64 | 2014-06-13 18:30:06 +0000 | [diff] [blame] | 2 | // RUN: %clang -target powerpc64le-linux-gnu -maltivec -S %s -o - | FileCheck %s |
Bill Schmidt | 3d11a30 | 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 |