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