aboutsummaryrefslogtreecommitdiff
path: root/test/cfi/icall/lit.local.cfg
blob: 44891c5e2de30fc3ddfbac9e4bd92198430640e3 (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.use_thinlto:
  config.unsupported = True