[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-exegesis / X86 / lit.local.cfg
blob23890497d8376a156697e02583bb47206b3a6964
1 if not ("X86" in config.root.targets):
2     # We need support for X86.
3     config.unsupported = True
4 elif not ("x86_64" in config.root.host_triple):
5     # We need to be running on an X86 host.
6     config.unsupported = True