X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FXCore%2Flit.local.cfg;h=0b947bbbb85082ac548ab1854d4b3a01806807bc;hb=813f44a29fd0fd140127023222d0633e23783bcc;hp=f8726af57f7996a7a9639ed313cdee5481bb187c;hpb=cc85160672e3b2d5ec363cc4e151e5b944a60454;p=oota-llvm.git diff --git a/test/CodeGen/XCore/lit.local.cfg b/test/CodeGen/XCore/lit.local.cfg index f8726af57f7..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'] - -targets = set(config.root.targets_to_build.split()) -if not 'XCore' in targets: +if not 'XCore' in config.root.targets: config.unsupported = True