Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ports/llvm-15/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
set(LLVM_VERSION "15.0.3")
set(LLVM_VERSION "15.0.4")

vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO llvm/llvm-project
REF llvmorg-${LLVM_VERSION}
SHA512 0d52d96222db159bf77261d2525c59f1605b29ab899a986114c706b77508f62742b07228f6877ab2fca43e2e71697317f0779f6a4a679db74242889ee6110441
HEAD_REF main
SHA512 800d2adee2c21dbb74974d005bac4c4d7987bc6d5d0cf94430fc43eef137802024c60addb7e20816bb531ca95bc511dc37b612ad321cdf2d6f4f9f53985cee8f
HEAD_REF release/15.x
PATCHES
0001-Fix-install-paths.patch # This patch fixes paths in ClangConfig.cmake, LLVMConfig.cmake, LLDConfig.cmake etc.
0002-Fix-DR-1734.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/llvm-15/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llvm-15",
"version": "15.0.3",
"version": "15.0.4",
"description": "The LLVM Compiler Infrastructure.",
"homepage": "https://llvm.org",
"license": "Apache-2.0",
Expand Down