aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-10 09:01:03 +0000
committerDan Gohman <gohman@apple.com>2010-07-10 09:01:03 +0000
commit6536132facc72b11a630fef777d446e06dfeeed8 (patch)
treee9763eb32bd440ab3c6886b531df6b7f8eec8c22 /test/FrontendC
parent84023e0fbefc406a4c611d3d64a10df5d3a97dd7 (diff)
downloadexternal_llvm-6536132facc72b11a630fef777d446e06dfeeed8.zip
external_llvm-6536132facc72b11a630fef777d446e06dfeeed8.tar.gz
external_llvm-6536132facc72b11a630fef777d446e06dfeeed8.tar.bz2
Fix this XTARGET so that this does doesn't XPASS on non-darwin hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC')
-rw-r--r--test/FrontendC/2010-06-28-nowarn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2010-06-28-nowarn.c b/test/FrontendC/2010-06-28-nowarn.c
index 897d887..9cfb663 100644
--- a/test/FrontendC/2010-06-28-nowarn.c
+++ b/test/FrontendC/2010-06-28-nowarn.c
@@ -1,7 +1,7 @@
// RUN: %llvmgcc %s -c -m32 -fasm-blocks -o /dev/null
// This should not warn about unreferenced label. 7729514.
// XFAIL: *
-// XTARGET: i386-apple-darwin,x86_64-apple-darwin,i686-apple-darwin
+// XTARGET: x86,i386,i686
void quarterAsm(int array[], int len)
{