installer
installer copied to clipboard
Fix Issue 22956 - Bump LLD version
Or try to bump version at least
Thanks for your pull request, @maxhaton!
Bugzilla references
| Auto-close | Bugzilla | Severity | Description |
|---|---|---|---|
| ✓ | 22956 | minor | Bump LLD version for windows releases |
@kinke looks like we got bitten by a brownout
#506
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 .sigs instead
so what's left here? rerunning the tests or changing the download url?
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.