summaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG/R600/lit.local.cfg
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-07-27 02:54:44 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-07-27 02:54:44 +0000
commit20f5541e01eb9f27fdfb719550578903359b2601 (patch)
treeae3ce3931b59d736e113be1ee318ceb28e05e804 /test/Transforms/SimplifyCFG/R600/lit.local.cfg
parentc2c008aa1830eee08abf15ce529f38374693ea09 (diff)
downloadexternal_llvm-20f5541e01eb9f27fdfb719550578903359b2601.zip
external_llvm-20f5541e01eb9f27fdfb719550578903359b2601.tar.gz
external_llvm-20f5541e01eb9f27fdfb719550578903359b2601.tar.bz2
SimplifyCFG: Add missing tests from r187278
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187291 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG/R600/lit.local.cfg')
-rw-r--r--test/Transforms/SimplifyCFG/R600/lit.local.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Transforms/SimplifyCFG/R600/lit.local.cfg b/test/Transforms/SimplifyCFG/R600/lit.local.cfg
new file mode 100644
index 0000000..4f6e579
--- /dev/null
+++ b/test/Transforms/SimplifyCFG/R600/lit.local.cfg
@@ -0,0 +1,6 @@
+config.suffixes = ['.ll', '.c', '.cpp']
+
+targets = set(config.root.targets_to_build.split())
+if not 'R600' in targets:
+ config.unsupported = True
+