Skip to content

Commit 3c53d3b

Browse files
build: update llvm 21.1.4 checksum (#303)
1 parent 9e1039f commit 3c53d3b

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- "include/**"
1818
- "src/**"
1919
- "tests/**"
20+
- "config/**"
2021
- "CMakeLists.txt"
2122

2223
jobs:

.github/workflows/xmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- "include/**"
1818
- "src/**"
1919
- "tests/**"
20+
- "config/**"
2021
- "xmake.lua"
2122

2223
jobs:

config/prebuilt-llvm.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,55 +5,55 @@
55
"is_lto": false,
66
"filename": "x64-windows-msvc-releasedbg.7z",
77
"version": "21.1.4",
8-
"sha256": "324ec6b3634c32e1e999dae505f6ae83386f2a6b9ab96ac03ccfa029fb68b496"
8+
"sha256": "841aab279cae175b18992b50104166e9f5f3735162907accd9217ebb26d1ecaf"
99
},
1010
{
1111
"platform": "Windows",
1212
"build_type": "Release",
1313
"is_lto": true,
1414
"filename": "x64-windows-msvc-release-lto.7z",
15-
"version": "20.1.5",
16-
"sha256": "0548c0e3f613d1ec853d493870e68c7d424d70442d144fb35b99dc65fc682918"
15+
"version": "21.1.4",
16+
"sha256": "d39c8975638ac34dfd514286d5535872f18dcad98351cc72b941337d6daa7ca0"
1717
},
1818
{
1919
"platform": "Linux",
2020
"build_type": "Debug",
2121
"is_lto": false,
2222
"filename": "x86_64-linux-gnu-debug.tar.xz",
2323
"version": "21.1.4",
24-
"sha256": "7bd68b14f147e291c9af8c32a8e78d57cc7b0e1f9c733df67e963e7062651f10"
24+
"sha256": "4aaa9ad0f389386d5ba78480185e787f8b643f880e07df854da26367fcd1cccc"
2525
},
2626
{
2727
"platform": "Linux",
2828
"build_type": "Release",
2929
"is_lto": false,
3030
"filename": "x86_64-linux-gnu-releasedbg.tar.xz",
3131
"version": "21.1.4",
32-
"sha256": "d4bf7ca08b07164637595ea3988330305e36354e466832a0fe7c4406fee3ac40"
32+
"sha256": "f2cd5c0482e18e0593a8309f630cd261e1d8e19f0b37680b3b6b94292f3f502c"
3333
},
3434
{
3535
"platform": "Linux",
3636
"build_type": "Release",
3737
"is_lto": true,
3838
"filename": "x86_64-linux-gnu-release-lto.tar.xz",
39-
"version": "20.1.5",
40-
"sha256": "37bc9680df5b766de6367c3c690fe8be993e94955341e63fb5ee6a3132080059"
39+
"version": "21.1.4",
40+
"sha256": "902d0fbdebcd022914106a5ae1af05d16177f41c8de34b0701eac070d5e0b364"
4141
},
4242
{
4343
"platform": "macosx",
4444
"build_type": "Debug",
4545
"is_lto": false,
4646
"filename": "arm64-macosx-apple-debug.tar.xz",
4747
"version": "21.1.4",
48-
"sha256": "fd77af5a767ac7f4dc682602cfd6c84fbd5082021200e5cd8bd30379f4fd4a4d"
48+
"sha256": "ae5509d8d1cfc7441c34f6ee4fcac6eb31aae30d8b54a8f9ba3e9948a22fbc8e"
4949
},
5050
{
5151
"platform": "macosx",
5252
"build_type": "Release",
5353
"is_lto": false,
5454
"filename": "arm64-macosx-apple-releasedbg.tar.xz",
5555
"version": "21.1.4",
56-
"sha256": "87f7667166496639ad60f02a22505296b09e458530a72d52b792ffb29d96a82b"
56+
"sha256": "993cc2000b3ce008f47e8dd2fc0f4679149d9696dbe197ebc8ed1f3f7306b54b"
5757
},
5858
{
5959
"platform": "macosx",

0 commit comments

Comments
 (0)