Add lit.local.cfg for MC/Sparc
authorVenkatraman Govindaraju <venkatra@cs.wisc.edu>
Sun, 5 Jan 2014 03:07:04 +0000 (03:07 +0000)
committerVenkatraman Govindaraju <venkatra@cs.wisc.edu>
Sun, 5 Jan 2014 03:07:04 +0000 (03:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198536 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/Sparc/lit.local.cfg [new file with mode: 0644]

diff --git a/test/MC/Sparc/lit.local.cfg b/test/MC/Sparc/lit.local.cfg
new file mode 100644 (file)
index 0000000..4d344fa
--- /dev/null
@@ -0,0 +1,4 @@
+targets = set(config.root.targets_to_build.split())
+if not 'Sparc' in targets:
+    config.unsupported = True
+