mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
b54e919573
This test is currently failing as the order that the files end up in the corpus description is somewhat dependent upon platform and the check is checking for a specific order. This patch switches to using the CHECK-DAG directive to make the checks order invariant to fix the broken bots. |
||
---|---|---|
.. | ||
mlgo | ||
tests | ||
CMakeLists.txt | ||
pyproject.toml | ||
README.md |
MLGO Python Utilities
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.