[llvm] [win] Enable test/CodeGen/MIR/AArch64 on Windows (PR #122832)

via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 14:05:11 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-aarch64

Author: Daniel Paoliello (dpaoliello)

<details>
<summary>Changes</summary>

Not sure why this was disabled in the first place (dates back to <https://github.com/llvm/llvm-project/commit/fbe9c04c5f72cf3eca39793aafc92071ef13c046>), 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
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

``````````

</details>


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


More information about the llvm-commits mailing list