LLVM link for Windows 3/4/2025 + Setup info for first timer Windows Triton #6100
leomaxwell973
started this conversation in
General
Replies: 1 comment 1 reply
-
Thank you for discovering this! I've added this to my fork in the recent commits of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is the official URL, link to the URL, as there is no official link afaik lol. For:
[a53431b](url) 3/4/2025
https://oaitriton.blob.core.windows.net/public/llvm-builds/llvm-a66376b0-windows-x64.tar.gz
to update your setup.py to recognize it post install (as well as install it post-download for you proper.)
~ln 224
you will probably get an error on the windows version the first time you use it, unless you're pre--prepared.
as it looks for a version.txt in the sub-root
(%USERPROFILE%/.triton/llvm/llvm-a66376b0-windows-x64/*sub-root / aka "llvm-windows*)
where the folders start "llvm-windows" just put a version.txt there, i forget if that alone is enough but mine has:
file:///C:/AI/LLVM/llvm-a66376b0-windows-x64.tar.gz
dont remember if it was just a quick put anything in it, if it was a whim, or necessary but that's how mine is.
oh and dont forget to update you llvm package platforms in setup too
~ln 181
(Might be sloppy but it works. for windows at least.)
That should be the bulk of getting your foot in the door for getting unofficially recognized as a supported platform as a windows user.
There will probably be lots of bugs and failed builds/installs, but that is beyond the scope of this post.
Beta Was this translation helpful? Give feedback.
All reactions