-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
GH-113464: Get LLVM from cpython-bin-deps
on Windows
#133278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Looks great! Though so far, this is the part that makes me sad (watch the timestamps). I guess it's unavoidable though.
Just to confirm, these lines in the build output mean that it's working, yes? (I think the last one isn't from your script, but it's not an error, so that implies success)
|
Another possibility is to integrate the LLVM fetch into the script itself, so that we can check whether the files are up to date first and only download LLVM if it's needed (using/ignoring a separate install, as appropriate - I could see this being a case where we'd prefer to ignore it when we don't know which version it is) |
Do we need to change 18 to 19 here to unify the build? Lines 69 to 76 in a6ddd07
|
This makes LLVM easier to acquire for Windows JIT builds (like the one @zooba is going to do next week). We can now get it from https://github.com/python/cpython-bin-deps/tree/llvm.
I also cleaned up a couple things I tripped over while working on this:
jit_stencils.h
is built (and clean up after itself).jit_stencils.h
unless it's actually changing, to avoid triggering a rebuild.