From 8734f1a55d0d63a6716cb13eda5a717c7b97202d Mon Sep 17 00:00:00 2001 From: "Daniel Paoliello (HE/HIM)" Date: Mon, 13 Jan 2025 16:11:22 -0800 Subject: [PATCH] [aarch64][win] Enable test/CodeGen/MIR/AArch64 on Windows --- llvm/test/CodeGen/MIR/AArch64/lit.local.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/test/CodeGen/MIR/AArch64/lit.local.cfg b/llvm/test/CodeGen/MIR/AArch64/lit.local.cfg index d7945e5aace58..4ff837b8fc7a5 100644 --- a/llvm/test/CodeGen/MIR/AArch64/lit.local.cfg +++ b/llvm/test/CodeGen/MIR/AArch64/lit.local.cfg @@ -2,7 +2,3 @@ import re 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|windows-gnu|windows-msvc", config.target_triple): - config.unsupported = True