[llvm] c3776c1 - Revert "[MLGO] Remove Python <3.8 from unsupported config (#106132)"

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 26 16:37:06 PDT 2024


Author: Aiden Grossman
Date: 2024-08-26T23:36:56Z
New Revision: c3776c11c26e5c0e27b772e6694e6c76f73ac9e8

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

LOG: Revert "[MLGO] Remove Python <3.8 from unsupported config (#106132)"

This reverts commit a959d70eb5b6d47c0b32eb34fc409e50c01d722d.

This was causing bot failures.

https://lab.llvm.org/buildbot/#/builders/174/builds/3975

Added: 
    llvm/test/CodeGen/MLRegAlloc/lit.local.cfg
    llvm/test/Transforms/Inline/ML/lit.local.cfg

Modified: 
    

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/MLRegAlloc/lit.local.cfg b/llvm/test/CodeGen/MLRegAlloc/lit.local.cfg
new file mode 100644
index 00000000000000..e8c7912650cb8e
--- /dev/null
+++ b/llvm/test/CodeGen/MLRegAlloc/lit.local.cfg
@@ -0,0 +1,3 @@
+import sys
+
+config.unsupported = sys.version_info.minor <= 8

diff  --git a/llvm/test/Transforms/Inline/ML/lit.local.cfg b/llvm/test/Transforms/Inline/ML/lit.local.cfg
new file mode 100644
index 00000000000000..e8c7912650cb8e
--- /dev/null
+++ b/llvm/test/Transforms/Inline/ML/lit.local.cfg
@@ -0,0 +1,3 @@
+import sys
+
+config.unsupported = sys.version_info.minor <= 8


        


More information about the llvm-commits mailing list