[llvm] [mlgo-utils] Create top level entrypoint scripts for mlgo-utils (PR #146981)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 7 20:00:14 PDT 2025
boomanaiden154 wrote:
> To avoid breaking any of the pip packaging functionality, I added the same top level wrapper referencing those same files that pip install also does. With this, the bazel changes will reference these top level wrappers instead which fixes our side without needing to worry if it breaks pip packaging.
I would prefer to not have the wrappers in tree if possible.
> Unfortunately, with buck, we'd have to execute the binary as if it was invoked by the interpreter directly (which you can see in the summary).
I'm not really understanding how this constraint leads to these changes. Are there constraints on the CWD of the interpreter or something?
https://github.com/llvm/llvm-project/pull/146981
More information about the llvm-commits
mailing list