summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg
blob: 27c61a34387cd4319971c2a010e4059843520026 (plain)
1
2
3
# The function type checker is only supported on x86 and x86_64 for now.
if config.root.host_arch not in ['x86', 'x86_64']:
  config.unsupported = True