diff --git a/llvm/test/lit.cfg.py b/llvm/test/lit.cfg.py index aad7a088551b2..0c941fda799fd 100644 --- a/llvm/test/lit.cfg.py +++ b/llvm/test/lit.cfg.py @@ -588,6 +588,7 @@ def host_unwind_supports_jit(): assert ( "arm64" in config.host_triple + or "aarch64" in config.host_triple or "x86_64" in config.host_triple )