diff options
Diffstat (limited to 'test/CodeGen/X86/Stats/lit.local.cfg')
-rw-r--r-- | test/CodeGen/X86/Stats/lit.local.cfg | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/X86/Stats/lit.local.cfg b/test/CodeGen/X86/Stats/lit.local.cfg deleted file mode 100644 index 1a5fd5ec86..0000000000 --- a/test/CodeGen/X86/Stats/lit.local.cfg +++ /dev/null @@ -1,8 +0,0 @@ -config.suffixes = ['.ll', '.c', '.cpp'] - -targets = set(config.root.targets_to_build.split()) -if not 'X86' in targets: - config.unsupported = True - -if not config.root.enable_assertions: - config.unsupported = True |