Skip to content

Conversation

@dpaoliello
Copy link
Contributor

Not sure why this was disabled in the first place (dates back to fbe9c04), but it appears to be working for me.

@dpaoliello dpaoliello changed the title [aarch64][win] Enable test/CodeGen/MIR/AArch64 on Windows [win] Enable test/CodeGen/MIR/AArch64 on Windows Jan 14, 2025
@llvmbot
Copy link
Member

llvmbot commented Feb 20, 2025

@llvm/pr-subscribers-platform-windows

@llvm/pr-subscribers-backend-aarch64

Author: Daniel Paoliello (dpaoliello)

Changes

Not sure why this was disabled in the first place (dates back to <fbe9c04>), but it appears to be working for me.


Full diff: https://github.com/llvm/llvm-project/pull/122832.diff

1 Files Affected:

  • (modified) llvm/test/CodeGen/MIR/AArch64/lit.local.cfg (-4)
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

@dpaoliello dpaoliello merged commit e93cd15 into llvm:main Mar 3, 2025
12 checks passed
@dpaoliello dpaoliello deleted the mirarm64win branch March 3, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants