Author: chapuni
Date: Thu Jul 28 06:25:02 2011
New Revision: 136346
URL: http://llvm.org/viewvc/llvm-project?rev=136346&view=rev
Log:
test/CodeGen/2004-03-16-AsmRegisterCrash.c: XTARGET should accept the part of
triplet. ("x86" is not the part of triplet)
Modified:
cfe/trunk/test/CodeGen/2004-03-16-AsmRegisterCrash.c
Modified: cfe/trunk/test/CodeGen/2004-03-16-AsmRegisterCrash.c
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2004-03-16-AsmRegisterCrash.c?rev=136346&r1=136345&r2=136346&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2004-03-16-AsmRegisterCrash.c (original)
+++ cfe/trunk/test/CodeGen/2004-03-16-AsmRegisterCrash.c Thu Jul 28 06:25:02
2011
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
// XFAIL: *
-// XTARGET: arm, x86, x86_64
+// XTARGET: arm, i386, i686, x86_64
int foo() {
#ifdef __arm__
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits