Skip to content

Commit 1e979f6

Browse files
authored
Upgrade to LLVM 15.0.6 (#994)
1 parent 3a7043d commit 1e979f6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ports/llvm-15/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
set(LLVM_VERSION "15.0.5")
1+
set(LLVM_VERSION "15.0.6")
22

33
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
44

55
vcpkg_from_github(
66
OUT_SOURCE_PATH SOURCE_PATH
77
REPO llvm/llvm-project
88
REF llvmorg-${LLVM_VERSION}
9-
SHA512 cdc102ae1680bdb48ae3f075dac2b62c4aea61ac978018b8af96294987c715adcb8aae3d84824d913e77a0fc33aad791856520210137a2d43d3a5ce889f6cfb5
9+
SHA512 070944b322d8629986ec40d01c2c9bbd0da32c929b60133209e08c284346c8631a34d5b7833f71733aa3979f321f0f7450c42a35740340f414606a4e5849dbe3
1010
HEAD_REF release/15.x
1111
PATCHES
1212
0001-Fix-install-paths.patch # This patch fixes paths in ClangConfig.cmake, LLVMConfig.cmake, LLDConfig.cmake etc.

ports/llvm-15/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "llvm-15",
3-
"version": "15.0.5",
4-
"port-version": 2,
3+
"version": "15.0.6",
54
"description": "The LLVM Compiler Infrastructure.",
65
"homepage": "https://llvm.org",
76
"license": "Apache-2.0",

0 commit comments

Comments
 (0)