[all-commits] [llvm/llvm-project] 03b0ae: [mlgo-utils] Create symlinked entrypoints in root ...
Vincent Lee via All-commits
all-commits at lists.llvm.org
Wed Jul 9 16:57:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03b0ae8da8c4df28ad197ef21619288ead085687
https://github.com/llvm/llvm-project/commit/03b0ae8da8c4df28ad197ef21619288ead085687
Author: Vincent Lee <leevince at meta.com>
Date: 2025-07-09 (Wed, 09 Jul 2025)
Changed paths:
A llvm/utils/mlgo-utils/combine_training_corpus.py
A llvm/utils/mlgo-utils/extract_ir.py
A llvm/utils/mlgo-utils/make_corpus.py
M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Log Message:
-----------
[mlgo-utils] Create symlinked entrypoints in root directory (#146981)
These scripts belong in the `mlgo-utils` directory when directly used
with python3. But since they are also used to package with pip, symlink
the entrypoint scripts to mlgo-utils directory. Adjust the bazel paths
to account for this as well. This loosely follows the same structure as lit.
Verified that I was also able to build the package successfully and use
the script.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list