Author: rlytton
Date: Fri Aug 23 04:27:44 2013
New Revision: 189093

URL: http://llvm.org/viewvc/llvm-project?rev=189093&view=rev
Log:
correct test RUN parameters

Modified:
    cfe/trunk/test/CodeGen/xcore-abi.c

Modified: cfe/trunk/test/CodeGen/xcore-abi.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/xcore-abi.c?rev=189093&r1=189092&r2=189093&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/xcore-abi.c (original)
+++ cfe/trunk/test/CodeGen/xcore-abi.c Fri Aug 23 04:27:44 2013
@@ -1,12 +1,10 @@
-// RUN: %clang -target xcore -O0 -o - -emit-llvm -S %s | FileCheck %s
+// RUN: %clang_cc1 -triple xcore-unknown-unknown -fno-signed-char -fno-common 
-emit-llvm -o - %s | FileCheck %s
 
 // CHECK: target datalayout = 
"e-p:32:32:32-a0:0:32-n32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f16:16:32-f32:32:32-f64:32:32"
-// CHECK: target triple = "xcore"
+// CHECK: target triple = "xcore-unknown-unknown"
 
 // CHECK: @g1 = global i32 0, align 4
 int g1;
-// CHECK: @g2 = common global i32 0, align 4
-int g2 __attribute__((common));
 
 #include <stdarg.h>
 struct x { int a[5]; };


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to