Skip to content

Commit

Permalink
Update LLVM-15 to 15.0.4 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer authored Nov 2, 2022
1 parent ad3a3cf commit ff8b38e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit ff8b38e

Please sign in to comment.