[llvm] 062380c - [mlgo] Bump the unsupported versions for interactive tests to 3.8

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 4 12:16:53 PST 2023


Author: Mircea Trofin
Date: 2023-02-04T12:15:48-08:00
New Revision: 062380c86f061c7308c8b973a1b94e1f6323be5d

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

LOG: [mlgo] Bump the unsupported versions for interactive tests to 3.8

e006c7dfa79a already covered the regalloc one.

Added: 
    

Modified: 
    llvm/test/Transforms/Inline/ML/lit.local.cfg

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/Inline/ML/lit.local.cfg b/llvm/test/Transforms/Inline/ML/lit.local.cfg
index cc7f7b812a469..a0661d3a6d385 100644
--- a/llvm/test/Transforms/Inline/ML/lit.local.cfg
+++ b/llvm/test/Transforms/Inline/ML/lit.local.cfg
@@ -1,3 +1,3 @@
 import sys
 
-config.unsupported = sys.version_info.minor <= 6
+config.unsupported = sys.version_info.minor <= 8 


        


More information about the llvm-commits mailing list