summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/MultiplePluginPriorities.td
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-08-15 07:07:24 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-08-15 07:07:24 +0000
commitb1ec90bcf4efda53e6a12eccdea6ac106a2e0d45 (patch)
tree52b0396b31b081e7960c5c8452b519e49fcd0eaf /llvm/test/LLVMC/MultiplePluginPriorities.td
parent6ba0ca7f40d48caaf7396d07975abfde6e96348c (diff)
downloadbcm5719-llvm-b1ec90bcf4efda53e6a12eccdea6ac106a2e0d45.tar.gz
bcm5719-llvm-b1ec90bcf4efda53e6a12eccdea6ac106a2e0d45.zip
Update tests.
llvm-svn: 111096
Diffstat (limited to 'llvm/test/LLVMC/MultiplePluginPriorities.td')
-rw-r--r--llvm/test/LLVMC/MultiplePluginPriorities.td18
1 files changed, 0 insertions, 18 deletions
diff --git a/llvm/test/LLVMC/MultiplePluginPriorities.td b/llvm/test/LLVMC/MultiplePluginPriorities.td
deleted file mode 100644
index 579224a02f3..00000000000
--- a/llvm/test/LLVMC/MultiplePluginPriorities.td
+++ /dev/null
@@ -1,18 +0,0 @@
-// Check that multiple plugin priorities are not allowed.
-// RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "More than one 'PluginPriority' instance found"
-// XFAIL: vg_leak
-
-// Disable for Darwin PPC: <rdar://problem/7598390>
-// XFAIL: powerpc-apple-darwin
-// XFAIL: powerpc-darwin9
-
-// This also fails on i386-darwin9 for some reason
-// XFAIL: i386-darwin9
-
-include "llvm/CompilerDriver/Common.td"
-
-def Graph : CompilationGraph<[]>;
-
-def Priority1 : PluginPriority<1>;
-
-def Priority2 : PluginPriority<2>;
OpenPOWER on IntegriCloud