installer icon indicating copy to clipboard operation
installer copied to clipboard

Fix Issue 22956 - Bump LLD version

Open maxhaton opened this issue 3 years ago • 7 comments

Or try to bump version at least

maxhaton avatar Mar 29 '22 15:03 maxhaton

Thanks for your pull request, @maxhaton!

Bugzilla references

Auto-close Bugzilla Severity Description
22956 minor Bump LLD version for windows releases

dlang-bot avatar Mar 29 '22 15:03 dlang-bot

@kinke looks like we got bitten by a brownout

maxhaton avatar Mar 29 '22 15:03 maxhaton

#506

MoonlightSentinel avatar Mar 29 '22 16:03 MoonlightSentinel

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.

maxhaton avatar Mar 29 '22 18:03 maxhaton

I guess we should move to using the .sigs instead

maxhaton avatar Mar 29 '22 18:03 maxhaton

so what's left here? rerunning the tests or changing the download url?

adamdruppe avatar Apr 01 '22 11:04 adamdruppe

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.

maxhaton avatar Apr 01 '22 11:04 maxhaton