blob: db08765a2bb29886c7a6ff01aa265391284eea27 [file] [log] [blame]
Pirama Arumuga Nainar799172d2016-03-03 15:50:30 -08001# The cfi-icall 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