-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Fix Issue 22956 - Bump LLD version #505
base: master
Are you sure you want to change the base?
Conversation
Or try to bump version at least
Thanks for your pull request, @maxhaton! Bugzilla references
|
@kinke looks like we got bitten by a brownout |
OK so LLVM don't do releases as the script expects anymore. https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.0/lld-14.0.0.src.tar.xz is the new place we need to look apparently. |
I guess we should move to using the |
so what's left here? rerunning the tests or changing the download url? |
We updated the runner, but old script doesn't play nice with the new LLVM cmake setup and this version of VS. I think I'm just going to replace it with the instructions from the llvm site. The only potential issue is the SEH thing. |
Or try to bump version at least