Skip to content

Commit 0125110

Browse files
authored
Update LLVM 15 to 15.0.5 (#992)
1 parent 85d1455 commit 0125110

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.4")
1+
set(LLVM_VERSION "15.0.5")
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 800d2adee2c21dbb74974d005bac4c4d7987bc6d5d0cf94430fc43eef137802024c60addb7e20816bb531ca95bc511dc37b612ad321cdf2d6f4f9f53985cee8f
9+
SHA512 cdc102ae1680bdb48ae3f075dac2b62c4aea61ac978018b8af96294987c715adcb8aae3d84824d913e77a0fc33aad791856520210137a2d43d3a5ce889f6cfb5
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.4",
4-
"port-version": 2,
3+
"version": "15.0.5",
54
"description": "The LLVM Compiler Infrastructure.",
65
"homepage": "https://llvm.org",
76
"license": "Apache-2.0",

0 commit comments

Comments
 (0)