bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-exegesis/AArch64/lit.local.cfg
2025-02-14 19:21:04 +01:00

6 lines
235 B
INI

if not ("AArch64" in config.root.targets):
# We need support for AArch64.
config.unsupported = True
elif not ("aarch64" in config.root.host_triple):
# We need to be running on an AArch64 host.
config.unsupported = True