summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-07-28 11:25:02 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-07-28 11:25:02 +0000
commit27f1e7ec187b5addd4c7a70d641721ce3a15b607 (patch)
tree8a156d329be97bb59fcc66be6d131154c8771314 /test/CodeGen
parentd46f763aabb9fd1501d0cd4d2f0ee65e5cfdf78b (diff)
downloadclang-27f1e7ec187b5addd4c7a70d641721ce3a15b607.tar.gz
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/2004-03-16-AsmRegisterCrash.c2
1 files changed, 1 insertions, 1 deletions
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__