From 23ed0dd6df19335b1fd0c67e9249e742cbdf10ed Mon Sep 17 00:00:00 2001 From: Eric Kilmer Date: Tue, 3 Oct 2023 09:23:41 -0400 Subject: [PATCH] Update to LLVM 17.0.2 --- ports/llvm-17/portfile.cmake | 2 +- ports/llvm-17/vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/llvm-17/portfile.cmake b/ports/llvm-17/portfile.cmake index 4c04ee4d..ccff84b1 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 ad75af49394b8cf2e6152ded55754901f48dc8f4efacfdc6d0651d3b5532893630773571c4fda5e853b9784a8a8a9d286a6a89511a8319726d774b801166ac33 + SHA512 362ddb94fdd22d05bd11c950f1711eafbd47424f6da0b1b061da012ef1b39dd8f7efeb91b53c036ea0708aa3845893fe39d1fb529ac3b928df738b88717d1aee 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 f15a5bae..979f5bbb 100644 --- a/ports/llvm-17/vcpkg.json +++ b/ports/llvm-17/vcpkg.json @@ -1,6 +1,6 @@ { "name": "llvm-17", - "version": "17.0.1", + "version": "17.0.2", "description": "The LLVM Compiler Infrastructure.", "homepage": "https://llvm.org", "license": "Apache-2.0",