From: NAKAMURA Takumi Date: Wed, 29 Aug 2012 01:37:57 +0000 (+0000) Subject: Create llvm/test/Object/Mips/lit.local.cfg to check Mips in targets_to_build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=68990df1f925a66e0d9dcab5ebccf536eae88f4f;p=oota-llvm.git Create llvm/test/Object/Mips/lit.local.cfg to check Mips in targets_to_build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162819 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Object/Mips/lit.local.cfg b/test/Object/Mips/lit.local.cfg new file mode 100644 index 00000000000..14993174982 --- /dev/null +++ b/test/Object/Mips/lit.local.cfg @@ -0,0 +1,5 @@ +config.suffixes = ['.test'] + +targets = set(config.root.targets_to_build.split()) +if not 'Mips' in targets: + config.unsupported = True