X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMC%2FSystemZ%2Flit.local.cfg;h=5c02dd3614a492fd2e14ddb54e4756c07db05a51;hb=8aeca44558234ae3703c565854c31d38034e56cb;hp=b12af09434beaac3dfb7a08a7de0a0eec70ccc0c;hpb=78b4fd3a4b55d7f8b95fb56b5b4f76c83e369ae1;p=oota-llvm.git diff --git a/test/MC/SystemZ/lit.local.cfg b/test/MC/SystemZ/lit.local.cfg index b12af09434b..5c02dd3614a 100644 --- a/test/MC/SystemZ/lit.local.cfg +++ b/test/MC/SystemZ/lit.local.cfg @@ -1,4 +1,3 @@ -targets = set(config.root.targets_to_build.split()) -if not 'SystemZ' in targets: +if not 'SystemZ' in config.root.targets: config.unsupported = True