diff --git a/clang/test/lit.cfg.py b/clang/test/lit.cfg.py --- a/clang/test/lit.cfg.py +++ b/clang/test/lit.cfg.py @@ -177,7 +177,7 @@ config.available_features.add('ms-sdk') # [PR8833] LLP64-incompatible tests -if not re.match(r'^x86_64.*-(windows-msvc|windows-gnu)$', config.target_triple): +if not re.match(r'^(aarch64|x86_64).*-(windows-msvc|windows-gnu)$', config.target_triple): config.available_features.add('LP64') # Tests that are specific to the Apple Silicon macOS.