]> granicus.if.org Git - clang/commitdiff
test/CodeGen/struct-init.c, struct-matching-constraint.c: Tweak commandline, or they...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 28 Jul 2011 03:53:54 +0000 (03:53 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 28 Jul 2011 03:53:54 +0000 (03:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136330 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/struct-init.c
test/CodeGen/struct-matching-constraint.c

index 9bc46ec05f01cfe1a11b4a4fae4c72aca194f33e..6247729c17b789e4347f4b15ef8b24263a4fc807 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang -S -arch armv7 %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 -S -triple armv7-apple-darwin %s -emit-llvm -o - | FileCheck %s
 
 typedef struct _zend_ini_entry zend_ini_entry;
 struct _zend_ini_entry {
index 445264f90388fd321462769b47cd0ea1c4577980..3690333cf369504deba965849e5fb8002f2c444a 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang -S -emit-llvm -arch arm -march=armv7a %s
+// RUN: %clang_cc1 -S -emit-llvm -triple armv7a-apple-darwin %s
 typedef unsigned short uint16_t;
 typedef __attribute__((neon_vector_type(8))) uint16_t uint16x8_t;