Skip to content

Commit eec61cc

Browse files
authored
Merge pull request #1037 from lifting-bits/llvm-17.0.4
Update to LLVM 17.0.4 and bump vcpkg
2 parents 6805657 + 5769019 commit eec61cc

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

ports/llvm-17/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO llvm/llvm-project
66
REF llvmorg-${VERSION}
7-
SHA512 aeb79276a98a8e99d2f86b29eecce495d3968883f76c3da3886472bc845819b155fef5a77e420b3ba3c1ce56ac7a68c4f1936e7fdc9b97edd039ca0d7230de85
7+
SHA512 df68879cb3f23489e19bbec4aac1898d213e837132072f8bbc1a49eb561c8cc7ccdb6ae9202b68b0915c84c8f2b41e536ab690697eb8ab8c9f44d5ae600b575b
88
HEAD_REF release/17.x
99
PATCHES
1010
0001-Fix-install-paths.patch

ports/llvm-17/vcpkg.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llvm-17",
3-
"version": "17.0.3",
3+
"version": "17.0.4",
44
"description": "The LLVM Compiler Infrastructure.",
55
"homepage": "https://llvm.org",
66
"license": "Apache-2.0",
@@ -324,28 +324,28 @@
324324
"features": [
325325
"target-aarch64",
326326
"target-amdgpu",
327+
"target-arc",
327328
"target-arm",
328329
"target-avr",
329330
"target-bpf",
331+
"target-csky",
332+
"target-directx",
330333
"target-hexagon",
331334
"target-lanai",
332335
"target-loongarch",
336+
"target-m68k",
333337
"target-mips",
334338
"target-msp430",
335339
"target-nvptx",
336340
"target-powerpc",
337341
"target-riscv",
338342
"target-sparc",
343+
"target-spirv",
339344
"target-systemz",
340345
"target-ve",
341346
"target-webassembly",
342347
"target-x86",
343348
"target-xcore",
344-
"target-arc",
345-
"target-csky",
346-
"target-directx",
347-
"target-m68k",
348-
"target-spirv",
349349
"target-xtensa"
350350
]
351351
}
@@ -354,6 +354,9 @@
354354
"target-amdgpu": {
355355
"description": "Build with AMDGPU backend."
356356
},
357+
"target-arc": {
358+
"description": "Build with ARC backend (experimental)."
359+
},
357360
"target-arm": {
358361
"description": "Build with ARM backend."
359362
},
@@ -363,6 +366,12 @@
363366
"target-bpf": {
364367
"description": "Build with BPF backend."
365368
},
369+
"target-csky": {
370+
"description": "Build with CSKY backend (experimental)."
371+
},
372+
"target-directx": {
373+
"description": "Build with DirectX backend (experimental)."
374+
},
366375
"target-hexagon": {
367376
"description": "Build with Hexagon backend."
368377
},
@@ -372,6 +381,9 @@
372381
"target-loongarch": {
373382
"description": "Build with LoongArch backend."
374383
},
384+
"target-m68k": {
385+
"description": "Build with M68k backend (experimental)."
386+
},
375387
"target-mips": {
376388
"description": "Build with Mips backend."
377389
},
@@ -390,6 +402,9 @@
390402
"target-sparc": {
391403
"description": "Build with Sparc backend."
392404
},
405+
"target-spirv": {
406+
"description": "Build with SPIRV backend (experimental)."
407+
},
393408
"target-systemz": {
394409
"description": "Build with SystemZ backend."
395410
},
@@ -405,21 +420,6 @@
405420
"target-xcore": {
406421
"description": "Build with XCore backend."
407422
},
408-
"target-arc": {
409-
"description": "Build with ARC backend (experimental)."
410-
},
411-
"target-csky": {
412-
"description": "Build with CSKY backend (experimental)."
413-
},
414-
"target-directx": {
415-
"description": "Build with DirectX backend (experimental)."
416-
},
417-
"target-m68k": {
418-
"description": "Build with M68k backend (experimental)."
419-
},
420-
"target-spirv": {
421-
"description": "Build with SPIRV backend (experimental)."
422-
},
423423
"target-xtensa": {
424424
"description": "Build with Xtensa backend (experimental)."
425425
},

vcpkg_info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
https://github.com/trail-of-forks/vcpkg.git
2-
05945e680b0fe95db53be631868a1cf3e9de7099
2+
6258cbffe91897b52573929d2937481de7d66c8e

0 commit comments

Comments
 (0)