Skip to content

Commit 363eb12

Browse files
committed
llvm-mingw 20251104 with LLVM 21.1.5 (was: 20.1.8) [ci skip]
https://github.com/mstorsjo/llvm-mingw/releases/tag/20251104 Fixing the `strip` tool issue making the ARM64 `curl.exe` silently crash when initializing the TLS stack. Also unpin llvm-mingw to continue on the v21 major version. Credits-to: Martin Storsjö (@mstorsjo) for pointing to the patch in llvm master and backporting it to 21.1.5. Thank you! Ref: a5e6d0d#commitcomment-169044708 Ref: llvm/llvm-project#153322 (comment) Ref: llvm/llvm-project#165608 Ref: llvm/llvm-project@0921531 Follow-up to a5e6d0d
1 parent 14ef562 commit 363eb12

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

_dl.sh

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,26 +150,22 @@ cat <<EOF
150150
{
151151
"name": "llvm-mingw-linux-x86-64",
152152
"url": "https://github.com/mstorsjo/llvm-mingw/releases/download/{ver}/llvm-mingw-{ver}-ucrt-ubuntu-22.04-x86_64.tar.xz",
153-
"redir": "redir",
154-
"pinned": true
153+
"redir": "redir"
155154
},
156155
{
157156
"name": "llvm-mingw-linux-aarch64",
158157
"url": "https://github.com/mstorsjo/llvm-mingw/releases/download/{ver}/llvm-mingw-{ver}-ucrt-ubuntu-22.04-aarch64.tar.xz",
159-
"redir": "redir",
160-
"pinned": true
158+
"redir": "redir"
161159
},
162160
{
163161
"name": "llvm-mingw-mac",
164162
"url": "https://github.com/mstorsjo/llvm-mingw/releases/download/{ver}/llvm-mingw-{ver}-ucrt-macos-universal.tar.xz",
165-
"redir": "redir",
166-
"pinned": true
163+
"redir": "redir"
167164
},
168165
{
169166
"name": "llvm-mingw-win",
170167
"url": "https://github.com/mstorsjo/llvm-mingw/releases/download/{ver}/llvm-mingw-{ver}-ucrt-x86_64.zip",
171-
"redir": "redir",
172-
"pinned": true
168+
"redir": "redir"
173169
}
174170
]
175171
EOF

_versions.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ export ZLIB_VER_='1.3.1'
5555
export ZLIB_HASH=38ef96b8dfe510d42707d9c781877914792541133e1870841463bfa73f883e32
5656
export ZSTD_VER_='1.5.7'
5757
export ZSTD_HASH=eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3
58-
export LLVM_MINGW_LINUX_AARCH64_VER_='20250709'
59-
export LLVM_MINGW_LINUX_AARCH64_HASH=7db379b2af59a2a45f002a32893c9461222939f4ddbb8bcef7d2b4a986761287
60-
export LLVM_MINGW_LINUX_X86_64_VER_='20250709'
61-
export LLVM_MINGW_LINUX_X86_64_HASH=60cafae6474c7411174cff1d4ba21a8e46cadbaeb05a1bace306add301628337
62-
export LLVM_MINGW_MAC_VER_='20250709'
63-
export LLVM_MINGW_MAC_HASH=e0707a0a91a363e9adc896475b4915cd68fe70bb4391eec1860343b2b58846f0
64-
export LLVM_MINGW_WIN_VER_='20250709'
65-
export LLVM_MINGW_WIN_HASH=82babcd6aae4dc3606e8e0471d816989c384b4bf86a139f184a8b4a1b2c2758d
58+
export LLVM_MINGW_LINUX_AARCH64_VER_='20251104'
59+
export LLVM_MINGW_LINUX_AARCH64_HASH=2281eee445ea885ad8427fe43460fa0dbe28b4529f4da12ee8f64b538ff9b337
60+
export LLVM_MINGW_LINUX_X86_64_VER_='20251104'
61+
export LLVM_MINGW_LINUX_X86_64_HASH=3aed6fa47be909884cb3e5634d6b7254604d7104832d6312f8435fb23d5a9bab
62+
export LLVM_MINGW_MAC_VER_='20251104'
63+
export LLVM_MINGW_MAC_HASH=fc33e681be98afa25416eace8e82782b66d247a69a580dd9c6bd1cbeaa963bc1
64+
export LLVM_MINGW_WIN_VER_='20251104'
65+
export LLVM_MINGW_WIN_HASH=171b298f46fa4b5653dc7b01cc5e709caca645991be8e1b0724466c4a282a1ac

0 commit comments

Comments
 (0)