android13/external/compiler-rt/test/cfi/cross-dso/icall/lit.local.cfg

4 lines
148 B
INI
Raw Normal View History

2024-06-22 08:45:49 -04:00
# The cfi-icall checker is only supported on x86 and x86_64 for now.
if config.root.host_arch not in ['x86', 'x86_64']:
config.unsupported = True