From: Timur Iskhodzhanov Date: Tue, 28 Jan 2014 21:47:33 +0000 (+0000) Subject: Disable the COFF tests on non-X86 archs X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ece65e3bf9c318c53b6ac0052e1b3762bd69524c;p=oota-llvm.git Disable the COFF tests on non-X86 archs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200341 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/COFF/lit.local.cfg b/test/DebugInfo/COFF/lit.local.cfg new file mode 100644 index 00000000000..19840aa7574 --- /dev/null +++ b/test/DebugInfo/COFF/lit.local.cfg @@ -0,0 +1,3 @@ +targets = set(config.root.targets_to_build.split()) +if not 'X86' in targets: + config.unsupported = True