X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMC%2FELF%2Flit.local.cfg;h=e71f3cc4c41e708fa77255cb5ac82eb42037e31c;hb=fff361d60b64ac8ee9fcb523872aa7beea8ab8e1;hp=56bf00859572ea9eb8fd5c92474e897912286063;hpb=cc85160672e3b2d5ec363cc4e151e5b944a60454;p=oota-llvm.git diff --git a/test/MC/ELF/lit.local.cfg b/test/MC/ELF/lit.local.cfg index 56bf0085957..e71f3cc4c41 100644 --- a/test/MC/ELF/lit.local.cfg +++ b/test/MC/ELF/lit.local.cfg @@ -1,6 +1,3 @@ -config.suffixes = ['.ll', '.s'] - -targets = set(config.root.targets_to_build.split()) -if not 'X86' in targets: +if not 'X86' in config.root.targets: config.unsupported = True