mingw-w64-llvm: update to 22.1.2#190
Conversation
Signed-off-by: Matthias Aßhauer <mha1993@live.de>
|
/deploy The workflow run was started. |
|
I finally got around to figuring out why LLVM doesn't build anymore. It's fallout from msys2#27579. Both |
|
We have the |
One more reason to just switch to MSYS2's version of In the meantime, how about copying MSYS2's |
My thought for a quick workaround was a symlink between the two names. That would have the benefit of ensuring we're using the same version of the dll across all native tools. |
|
I've created git-for-windows/build-extra#699 to hopefully fix the workflow. |
I wasn't sure whether symlinks work, but if they do, sure, let's do it! |
It wouldn't have caught this, because we don't ship |
All true! All the more reason to stop shadowing MSYS2's |
Both |
Excellent! Let's do it, @rimrul! |
This closes git-for-windows/git#6147