diff options
Diffstat (limited to 'test/CodeGen/AArch64/lit.local.cfg')
-rw-r--r-- | test/CodeGen/AArch64/lit.local.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/lit.local.cfg b/test/CodeGen/AArch64/lit.local.cfg index 125995cebf11f..f4626c7e0a433 100644 --- a/test/CodeGen/AArch64/lit.local.cfg +++ b/test/CodeGen/AArch64/lit.local.cfg @@ -6,5 +6,5 @@ if not 'AArch64' in config.root.targets: config.unsupported = True # For now we don't test arm64-win32. -if re.search(r'cygwin|mingw32|win32', config.target_triple): +if re.search(r'cygwin|mingw32|win32|windows-gnu|windows-msvc', config.target_triple): config.unsupported = True |