aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg.py
blob: b5524bf1fd180ad5143355e0d5c581c45d120e01 (plain)
1
2
3
4
5
6
7
8
if config.host_os not in ['Darwin', 'FreeBSD', 'Linux', 'NetBSD']:
  config.unsupported = True
# Work around "Cannot represent a difference across sections"
if config.target_arch == 'powerpc64':
  config.unsupported = True
# Work around "library ... not found: needed by main executable" in qemu.
if config.android and config.target_arch not in ['x86', 'x86_64']:
  config.unsupported = True