aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
blob: 39b2a950ae344d6f5105074f2ed2166d1a6a8bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
config.suffixes = ['.ll', '.c', '.cpp']

def getRoot(config):
    if not config.parent:
        return config
    return getRoot(config.parent)

root = getRoot(config)

if 'armv4' in root.target_triple or 'armv5' in root.target_triple:
    config.unsupported = True