Skip to content

Commit 64f4727

Browse files
authored
Update LLVM 17.0.6 (#1042)
1 parent be63521 commit 64f4727

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ports/llvm-17/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ else()
2121
OUT_SOURCE_PATH SOURCE_PATH
2222
REPO llvm/llvm-project
2323
REF llvmorg-${VERSION}
24-
SHA512 df68879cb3f23489e19bbec4aac1898d213e837132072f8bbc1a49eb561c8cc7ccdb6ae9202b68b0915c84c8f2b41e536ab690697eb8ab8c9f44d5ae600b575b
24+
SHA512 5300a452e706c1b6183ba300233804d97e4468d2588c2c2e0cf59e56ee5c83f20b7e03f5c0782198c34c63653b3e12d7407e4e8bb8214bae7e6532fa22730443
2525
HEAD_REF release/17.x
2626
PATCHES
2727
0001-Fix-install-paths.patch
@@ -30,7 +30,7 @@ else()
3030
0021-fix-find_dependency.patch
3131
0026-fix-prefix-path-calc.patch
3232
0029-Do-not-attempt-macro-expansion-on-invalid-sourceloc.patch
33-
)
33+
)
3434
endif()
3535

3636
string(REPLACE "." ";" VERSION_LIST ${VERSION})

ports/llvm-17/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llvm-17",
3-
"version": "17.0.4",
3+
"version": "17.0.6",
44
"description": "The LLVM Compiler Infrastructure.",
55
"homepage": "https://llvm.org",
66
"license": "Apache-2.0",
@@ -452,4 +452,4 @@
452452
"description": "Build LLVM utils."
453453
}
454454
}
455-
}
455+
}

0 commit comments

Comments
 (0)