aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-06-28 22:45:33 +0000
committerDale Johannesen <dalej@apple.com>2010-06-28 22:45:33 +0000
commit45e01d2751eefe0845c9ef48684697bbcbf5a2e3 (patch)
tree30d1e3ee963c16f199c30d6948e1810dd35f1c35 /test/FrontendC
parentd877281be41aae256e57d6ef84ae089162769de0 (diff)
downloadexternal_llvm-45e01d2751eefe0845c9ef48684697bbcbf5a2e3.zip
external_llvm-45e01d2751eefe0845c9ef48684697bbcbf5a2e3.tar.gz
external_llvm-45e01d2751eefe0845c9ef48684697bbcbf5a2e3.tar.bz2
Refix XTARGET. Previous attempt matches on powerpc-apple-darwin,
although I don't see why. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107090 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 2e7c736..897d887 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*darwin,i686*darwin,x86*darwin
+// XTARGET: i386-apple-darwin,x86_64-apple-darwin,i686-apple-darwin
void quarterAsm(int array[], int len)
{