Skip to content

Commit ce71a0e

Browse files
committed
llvm.compiler-rt-builtins 22.1.8.5: the x86_64 simulator row links
1 parent 0772b97 commit ce71a0e

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

pkgs/l/llvm.compiler-rt-builtins.lua

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
-- EXACT PIN, not a caret.
3131
--
3232
-- 22.1.8.3 ADDS THE APPLE ROWS, AND 22.1.8.4 COMPLETES THEM with the five
33-
-- generic routines the M-profile rows supersede with assembly. The official LLVM macOS payload builds
33+
-- generic routines the M-profile rows supersede with assembly; 22.1.8.5 lets the
34+
-- x86_64 units replace their generic counterparts on the simulator row. The official LLVM macOS payload builds
3435
-- `libclang_rt.osx.a` and no `ios`/`iossim` archive, and clang's Darwin driver
3536
-- links nothing rather than failing when the file is absent; a program that
3637
-- reaches an availability check then fails at link on
@@ -48,6 +49,13 @@ package = {
4849

4950
xpm = {
5051
linux = {
52+
["22.1.8.5"] = {
53+
url = {
54+
GLOBAL = "https://github.com/mcpplibs/compiler-rt-builtins/archive/refs/tags/22.1.8.5.tar.gz",
55+
CN = "https://gitcode.com/mcpp-res/compiler-rt-builtins/releases/download/22.1.8.5/compiler-rt-builtins-22.1.8.5.tar.gz",
56+
},
57+
sha256 = "8ad901f7484ec14786f2935f45a88533cbadf36c2dc34e99477f365467b27103",
58+
},
5159
["22.1.8.4"] = {
5260
url = {
5361
GLOBAL = "https://github.com/mcpplibs/compiler-rt-builtins/archive/refs/tags/22.1.8.4.tar.gz",
@@ -71,6 +79,13 @@ package = {
7179
},
7280
},
7381
macosx = {
82+
["22.1.8.5"] = {
83+
url = {
84+
GLOBAL = "https://github.com/mcpplibs/compiler-rt-builtins/archive/refs/tags/22.1.8.5.tar.gz",
85+
CN = "https://gitcode.com/mcpp-res/compiler-rt-builtins/releases/download/22.1.8.5/compiler-rt-builtins-22.1.8.5.tar.gz",
86+
},
87+
sha256 = "8ad901f7484ec14786f2935f45a88533cbadf36c2dc34e99477f365467b27103",
88+
},
7489
["22.1.8.4"] = {
7590
url = {
7691
GLOBAL = "https://github.com/mcpplibs/compiler-rt-builtins/archive/refs/tags/22.1.8.4.tar.gz",
@@ -94,6 +109,13 @@ package = {
94109
},
95110
},
96111
windows = {
112+
["22.1.8.5"] = {
113+
url = {
114+
GLOBAL = "https://github.com/mcpplibs/compiler-rt-builtins/archive/refs/tags/22.1.8.5.tar.gz",
115+
CN = "https://gitcode.com/mcpp-res/compiler-rt-builtins/releases/download/22.1.8.5/compiler-rt-builtins-22.1.8.5.tar.gz",
116+
},
117+
sha256 = "8ad901f7484ec14786f2935f45a88533cbadf36c2dc34e99477f365467b27103",
118+
},
97119
["22.1.8.4"] = {
98120
url = {
99121
GLOBAL = "https://github.com/mcpplibs/compiler-rt-builtins/archive/refs/tags/22.1.8.4.tar.gz",

0 commit comments

Comments
 (0)