]> git.proxmox.com Git - rustc.git/blob - src/compiler-rt/test/cfi/icall/lit.local.cfg
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / cfi / icall / lit.local.cfg
1 # The cfi-icall checker is only supported on x86 and x86_64 for now.
2 if config.root.host_arch not in ['x86', 'x86_64']:
3 config.unsupported = True