X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FXCore%2Flit.local.cfg;h=0b947bbbb85082ac548ab1854d4b3a01806807bc;hb=813f44a29fd0fd140127023222d0633e23783bcc;hp=8756f37fe8a186520c1a63aa59ce54f0cc9e76af;hpb=e68f0b650e32c1993c5d4c92e04cb3d7b7588010;p=oota-llvm.git diff --git a/test/CodeGen/XCore/lit.local.cfg b/test/CodeGen/XCore/lit.local.cfg index 8756f37fe8a..0b947bbbb85 100644 --- a/test/CodeGen/XCore/lit.local.cfg +++ b/test/CodeGen/XCore/lit.local.cfg @@ -1,6 +1,3 @@ -config.suffixes = ['.ll', '.c', '.cpp', '.test'] - -targets = set(config.root.targets_to_build.split()) -if not 'XCore' in targets: +if not 'XCore' in config.root.targets: config.unsupported = True