blob: 322b287a6396c0956e09a4f1cf9560b1bdb003b5 (
plain) (
blame)
1
2
3
4
5
6
|
# 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
if config.root.use_thinlto:
config.unsupported = True
|