From 27f1e7ec187b5addd4c7a70d641721ce3a15b607 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 28 Jul 2011 11:25:02 +0000 Subject: [PATCH] test/CodeGen/2004-03-16-AsmRegisterCrash.c: XTARGET should accept the part of triplet. ("x86" is not the part of triplet) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136346 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/2004-03-16-AsmRegisterCrash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/2004-03-16-AsmRegisterCrash.c b/test/CodeGen/2004-03-16-AsmRegisterCrash.c index 13bafd0317..515d2436b1 100644 --- a/test/CodeGen/2004-03-16-AsmRegisterCrash.c +++ b/test/CodeGen/2004-03-16-AsmRegisterCrash.c @@ -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__ -- 2.40.0