1*7c3d14c8STreehugger Robot# The cfi-icall checker is only supported on x86 and x86_64 for now. 2*7c3d14c8STreehugger Robotif config.root.host_arch not in ['x86', 'x86_64']: 3*7c3d14c8STreehugger Robot config.unsupported = True 4