[llvm] 5c71f30 - [MLGO] Drop outdated comment in mlgo-utils README
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 13:53:37 PDT 2024
Author: Aiden Grossman
Date: 2024-07-08T20:53:28Z
New Revision: 5c71f3017aaa28701c735bb5f3b48111e69d0cc1
URL: https://github.com/llvm/llvm-project/commit/5c71f3017aaa28701c735bb5f3b48111e69d0cc1
DIFF: https://github.com/llvm/llvm-project/commit/5c71f3017aaa28701c735bb5f3b48111e69d0cc1.diff
LOG: [MLGO] Drop outdated comment in mlgo-utils README
The mlgo-utils README contained a comment about a deviation in the
python version requirement for itself and the rest of the project. Now
that the global LLVM minimum python version is 3.8, this comment is no
longer valid so remove it.
Added:
Modified:
llvm/utils/mlgo-utils/README.md
Removed:
################################################################################
diff --git a/llvm/utils/mlgo-utils/README.md b/llvm/utils/mlgo-utils/README.md
index 12e9375f23ed..3ff4f9d7979f 100644
--- a/llvm/utils/mlgo-utils/README.md
+++ b/llvm/utils/mlgo-utils/README.md
@@ -4,9 +4,3 @@ This folder contains MLGO Python utilities, particularly infrastructure
to help enable ML applications within LLVM, especially tooling to extract
corpora that can be used in downstream projects to train ML models and perform
other tasks that benefit from having a large amount of data.
-
-### Python Versioning
-
-Due to type annotations, the MLGO tooling currently only supports a Python
-version greater than 3.8, deviating from the current LLVM project-wide
-minimum supported version of Python 3.6.
More information about the llvm-commits
mailing list