summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/lit.local.cfg
blob: 77493d88b2aa0ee6686cc369503c4e9fadf62378 (plain)
1
2
3
4
5
6
7
8
9
10
11
import re

config.suffixes = ['.ll']

targets = set(config.root.targets_to_build.split())
if not 'AArch64' in targets:
    config.unsupported = True

# For now we don't test arm64-win32.
if re.search(r'cygwin|mingw32|win32', config.target_triple):
    config.unsupported = True