summaryrefslogtreecommitdiff
path: root/test/JitListener/lit.local.cfg
blob: a5aa6de182c4a194516f578e8ff524e809be897d (plain)
1
2
3
4
5
6
7
8
9
10
11
config.suffixes = ['.ll']

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

root = getRoot(config)
if not root.llvm_use_intel_jitevents == "ON":
    config.unsupported = True