r185563 - Provide test case for commit r185544.

Bill Schmidt wschmidt at linux.vnet.ibm.com
Wed Jul 3 11:21:12 PDT 2013


Author: wschmidt
Date: Wed Jul  3 13:21:12 2013
New Revision: 185563

URL: http://llvm.org/viewvc/llvm-project?rev=185563&view=rev
Log:
Provide test case for commit r185544.

Verify that assembling an empty file does not auto-include altivec.h.

Added:
    cfe/trunk/test/Driver/altivec-asm.S

Added: cfe/trunk/test/Driver/altivec-asm.S
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/altivec-asm.S?rev=185563&view=auto
==============================================================================
--- cfe/trunk/test/Driver/altivec-asm.S (added)
+++ cfe/trunk/test/Driver/altivec-asm.S Wed Jul  3 13:21:12 2013
@@ -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





More information about the cfe-commits mailing list