diff --git a/ports/llvm-17/portfile.cmake b/ports/llvm-17/portfile.cmake index 3f1d8036..d227413d 100644 --- a/ports/llvm-17/portfile.cmake +++ b/ports/llvm-17/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO llvm/llvm-project REF llvmorg-${VERSION} - SHA512 aeb79276a98a8e99d2f86b29eecce495d3968883f76c3da3886472bc845819b155fef5a77e420b3ba3c1ce56ac7a68c4f1936e7fdc9b97edd039ca0d7230de85 + SHA512 df68879cb3f23489e19bbec4aac1898d213e837132072f8bbc1a49eb561c8cc7ccdb6ae9202b68b0915c84c8f2b41e536ab690697eb8ab8c9f44d5ae600b575b HEAD_REF release/17.x PATCHES 0001-Fix-install-paths.patch diff --git a/ports/llvm-17/vcpkg.json b/ports/llvm-17/vcpkg.json index e7b4ea98..2d6628ac 100644 --- a/ports/llvm-17/vcpkg.json +++ b/ports/llvm-17/vcpkg.json @@ -1,6 +1,6 @@ { "name": "llvm-17", - "version": "17.0.3", + "version": "17.0.4", "description": "The LLVM Compiler Infrastructure.", "homepage": "https://llvm.org", "license": "Apache-2.0", @@ -324,28 +324,28 @@ "features": [ "target-aarch64", "target-amdgpu", + "target-arc", "target-arm", "target-avr", "target-bpf", + "target-csky", + "target-directx", "target-hexagon", "target-lanai", "target-loongarch", + "target-m68k", "target-mips", "target-msp430", "target-nvptx", "target-powerpc", "target-riscv", "target-sparc", + "target-spirv", "target-systemz", "target-ve", "target-webassembly", "target-x86", "target-xcore", - "target-arc", - "target-csky", - "target-directx", - "target-m68k", - "target-spirv", "target-xtensa" ] } @@ -354,6 +354,9 @@ "target-amdgpu": { "description": "Build with AMDGPU backend." }, + "target-arc": { + "description": "Build with ARC backend (experimental)." + }, "target-arm": { "description": "Build with ARM backend." }, @@ -363,6 +366,12 @@ "target-bpf": { "description": "Build with BPF backend." }, + "target-csky": { + "description": "Build with CSKY backend (experimental)." + }, + "target-directx": { + "description": "Build with DirectX backend (experimental)." + }, "target-hexagon": { "description": "Build with Hexagon backend." }, @@ -372,6 +381,9 @@ "target-loongarch": { "description": "Build with LoongArch backend." }, + "target-m68k": { + "description": "Build with M68k backend (experimental)." + }, "target-mips": { "description": "Build with Mips backend." }, @@ -390,6 +402,9 @@ "target-sparc": { "description": "Build with Sparc backend." }, + "target-spirv": { + "description": "Build with SPIRV backend (experimental)." + }, "target-systemz": { "description": "Build with SystemZ backend." }, @@ -405,21 +420,6 @@ "target-xcore": { "description": "Build with XCore backend." }, - "target-arc": { - "description": "Build with ARC backend (experimental)." - }, - "target-csky": { - "description": "Build with CSKY backend (experimental)." - }, - "target-directx": { - "description": "Build with DirectX backend (experimental)." - }, - "target-m68k": { - "description": "Build with M68k backend (experimental)." - }, - "target-spirv": { - "description": "Build with SPIRV backend (experimental)." - }, "target-xtensa": { "description": "Build with Xtensa backend (experimental)." }, diff --git a/vcpkg_info.txt b/vcpkg_info.txt index 7e41432a..853d2670 100644 --- a/vcpkg_info.txt +++ b/vcpkg_info.txt @@ -1,2 +1,2 @@ https://github.com/trail-of-forks/vcpkg.git -05945e680b0fe95db53be631868a1cf3e9de7099 +6258cbffe91897b52573929d2937481de7d66c8e