[MLGO][Infra] Add mlgo-utils to bump-version script (#100186)

This patch adds support in the bump-version script for bumping the
version of the mlgo-utils package. This should hopefully streamline the
processor for that with the rest of the project and prevent having to
manually update this package individually.
This commit is contained in:
Aiden Grossman 2024-07-23 12:54:18 -07:00 committed by GitHub
parent adbe247701
commit cb1a3bb29f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,6 +188,11 @@ if __name__ == "__main__":
"llvm/utils/lit/lit/__init__.py",
LitProcessor(args),
),
# mlgo-utils configuration
(
"llvm/utils/mlgo-utils/mlgo/__init__.py",
LitProcessor(args),
),
# GN build system
(
"llvm/utils/gn/secondary/llvm/version.gni",