Refix XTARGET. Previous attempt matches on powerpc-apple-darwin,
authorDale Johannesen <dalej@apple.com>
Mon, 28 Jun 2010 22:45:33 +0000 (22:45 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 28 Jun 2010 22:45:33 +0000 (22:45 +0000)
although I don't see why.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107090 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2010-06-28-nowarn.c

index 2e7c736b550ec3037518570cf2613219ccea5e99..897d887c5842d4f58361d4d1022aeb7aa22b80b1 100644 (file)
@@ -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)
 {