Skip to content

Commit cb1a3bb

Browse files
[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.
1 parent adbe247 commit cb1a3bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/utils/release/bump-version.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ def process_line(self, line: str) -> str:
188188
"llvm/utils/lit/lit/__init__.py",
189189
LitProcessor(args),
190190
),
191+
# mlgo-utils configuration
192+
(
193+
"llvm/utils/mlgo-utils/mlgo/__init__.py",
194+
LitProcessor(args),
195+
),
191196
# GN build system
192197
(
193198
"llvm/utils/gn/secondary/llvm/version.gni",

0 commit comments

Comments
 (0)