[cfe-commits] r136330 - in /cfe/trunk/test/CodeGen: struct-init.c struct-matching-constraint.c

NAKAMURA Takumi geek4civic at gmail.com
Wed Jul 27 20:53:54 PDT 2011


Author: chapuni
Date: Wed Jul 27 22:53:54 2011
New Revision: 136330

URL: http://llvm.org/viewvc/llvm-project?rev=136330&view=rev
Log:
test/CodeGen/struct-init.c, struct-matching-constraint.c: Tweak commandline, or they would not be recognized as armv7 on some hosts.

Modified:
    cfe/trunk/test/CodeGen/struct-init.c
    cfe/trunk/test/CodeGen/struct-matching-constraint.c

Modified: cfe/trunk/test/CodeGen/struct-init.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/struct-init.c?rev=136330&r1=136329&r2=136330&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/struct-init.c (original)
+++ cfe/trunk/test/CodeGen/struct-init.c Wed Jul 27 22:53:54 2011
@@ -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 {

Modified: cfe/trunk/test/CodeGen/struct-matching-constraint.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/struct-matching-constraint.c?rev=136330&r1=136329&r2=136330&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/struct-matching-constraint.c (original)
+++ cfe/trunk/test/CodeGen/struct-matching-constraint.c Wed Jul 27 22:53:54 2011
@@ -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;
 





More information about the cfe-commits mailing list