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

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 3 09:54:32 PST 2025


Author: Daniel Paoliello
Date: 2025-03-03T09:54:28-08:00
New Revision: e93cd15f9e8ab89774152e26b17d9030d0fe20a5

URL: https://github.com/llvm/llvm-project/commit/e93cd15f9e8ab89774152e26b17d9030d0fe20a5
DIFF: https://github.com/llvm/llvm-project/commit/e93cd15f9e8ab89774152e26b17d9030d0fe20a5.diff

LOG: [win] Enable test/CodeGen/MIR/AArch64 on Windows (#122832)

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.

Added: 
    

Modified: 
    llvm/test/CodeGen/MIR/AArch64/lit.local.cfg

Removed: 
    


################################################################################
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


        


More information about the llvm-commits mailing list