[CodeGen] Remove some implict conversions of MCRegister to unsigned by using(). NFC
[llvm-project.git] / llvm / test / tools / llvm-exegesis / AArch64 / lit.local.cfg
blob0c7920cdc764b9cbccaaad1363afb6ea072d1e4a
1 if not ("AArch64" in config.root.targets):
2     # We need support for AArch64.
3     config.unsupported = True
4 elif not ("aarch64" in config.root.host_triple):
5     # We need to be running on an AArch64 host.
6     config.unsupported = True