Attempt to fix XTARGET.
authorDale Johannesen <dalej@apple.com>
Mon, 28 Jun 2010 22:31:52 +0000 (22:31 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 28 Jun 2010 22:31:52 +0000 (22:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107088 91177308-0d34-0410-b5e6-96231b3b80d8

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

index b0225c957f5ef212fa65a7543230f453670a2f62..2e7c736b550ec3037518570cf2613219ccea5e99 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,i686,x86,darwin
+// XTARGET: i386*darwin,i686*darwin,x86*darwin
 
 void quarterAsm(int array[], int len)
 {