xref: /aosp_15_r20/external/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1# The function type checker is only supported on x86 and x86_64 for now.
2if config.root.host_arch not in ['x86', 'x86_64']:
3  config.unsupported = True
4