Add an XFAIL.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 13 Aug 2010 04:15:45 +0000 (04:15 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 13 Aug 2010 04:15:45 +0000 (04:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111004 91177308-0d34-0410-b5e6-96231b3b80d8

test/LLVMC/MultiplePluginPriorities.td

index f1086418f1994cfa56c281c35b451c98422ee097..b2cae3f13c1357dfacac2732a092cf72a17bc40f 100644 (file)
@@ -4,6 +4,9 @@
 // Disable for Darwin PPC: <rdar://problem/7598390>
 // XFAIL: powerpc-apple-darwin
 
+// This also fails on i386-darwin9 for some reason
+// XFAIL: i386-darwin9
+
 include "llvm/CompilerDriver/Common.td"
 
 def Graph : CompilationGraph<[]>;