Skip to content

Commit

Permalink
Llvm 17.0.3 and bump vcpkg (#1036)
Browse files Browse the repository at this point in the history
* LLVM 17.0.3

* Update vcpkg
  • Loading branch information
ekilmer authored Oct 18, 2023
1 parent 099e27a commit 6805657
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/llvm-17/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO llvm/llvm-project
REF llvmorg-${VERSION}
SHA512 362ddb94fdd22d05bd11c950f1711eafbd47424f6da0b1b061da012ef1b39dd8f7efeb91b53c036ea0708aa3845893fe39d1fb529ac3b928df738b88717d1aee
SHA512 aeb79276a98a8e99d2f86b29eecce495d3968883f76c3da3886472bc845819b155fef5a77e420b3ba3c1ce56ac7a68c4f1936e7fdc9b97edd039ca0d7230de85
HEAD_REF release/17.x
PATCHES
0001-Fix-install-paths.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/llvm-17/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llvm-17",
"version": "17.0.2",
"version": "17.0.3",
"description": "The LLVM Compiler Infrastructure.",
"homepage": "https://llvm.org",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion vcpkg_info.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://github.com/trail-of-forks/vcpkg.git
ccd7884f024d73a45937f71b1bc757d2cd82c2f4
05945e680b0fe95db53be631868a1cf3e9de7099

0 comments on commit 6805657

Please sign in to comment.