commit | d3d017cf00714c7d376a3cf87d2a17002e12cac7 | [log] [tgz] |
---|---|---|
author | Alp Toker <alp@nuanti.com> | Mon Jun 09 22:42:55 2014 +0000 |
committer | Alp Toker <alp@nuanti.com> | Mon Jun 09 22:42:55 2014 +0000 |
tree | b8403ec0231bf6ccb16b84428152b17d67193094 | |
parent | 669fc86ed0a421b8931e0bde5d41ece76e29a740 [diff] [blame] |
Reduce verbiage of lit.local.cfg files We can just split targets_to_build in one place and make it immutable. llvm-svn: 210496
diff --git a/llvm/test/CodeGen/CPP/lit.local.cfg b/llvm/test/CodeGen/CPP/lit.local.cfg index 4063dd1..3ff5c6b 100644 --- a/llvm/test/CodeGen/CPP/lit.local.cfg +++ b/llvm/test/CodeGen/CPP/lit.local.cfg
@@ -1,4 +1,3 @@ -targets = set(config.root.targets_to_build.split()) -if not 'CppBackend' in targets: +if not 'CppBackend' in config.root.targets: config.unsupported = True