Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to LLVM 17.0.4 and bump vcpkg #1037

Merged
merged 1 commit into from
Nov 1, 2023
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
2 changes: 1 addition & 1 deletion ports/llvm-17/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO llvm/llvm-project
REF llvmorg-${VERSION}
SHA512 aeb79276a98a8e99d2f86b29eecce495d3968883f76c3da3886472bc845819b155fef5a77e420b3ba3c1ce56ac7a68c4f1936e7fdc9b97edd039ca0d7230de85
SHA512 df68879cb3f23489e19bbec4aac1898d213e837132072f8bbc1a49eb561c8cc7ccdb6ae9202b68b0915c84c8f2b41e536ab690697eb8ab8c9f44d5ae600b575b
HEAD_REF release/17.x
PATCHES
0001-Fix-install-paths.patch
Expand Down
42 changes: 21 additions & 21 deletions ports/llvm-17/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llvm-17",
"version": "17.0.3",
"version": "17.0.4",
"description": "The LLVM Compiler Infrastructure.",
"homepage": "https://llvm.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -324,28 +324,28 @@
"features": [
"target-aarch64",
"target-amdgpu",
"target-arc",
"target-arm",
"target-avr",
"target-bpf",
"target-csky",
"target-directx",
"target-hexagon",
"target-lanai",
"target-loongarch",
"target-m68k",
"target-mips",
"target-msp430",
"target-nvptx",
"target-powerpc",
"target-riscv",
"target-sparc",
"target-spirv",
"target-systemz",
"target-ve",
"target-webassembly",
"target-x86",
"target-xcore",
"target-arc",
"target-csky",
"target-directx",
"target-m68k",
"target-spirv",
"target-xtensa"
]
}
Expand All @@ -354,6 +354,9 @@
"target-amdgpu": {
"description": "Build with AMDGPU backend."
},
"target-arc": {
"description": "Build with ARC backend (experimental)."
},
"target-arm": {
"description": "Build with ARM backend."
},
Expand All @@ -363,6 +366,12 @@
"target-bpf": {
"description": "Build with BPF backend."
},
"target-csky": {
"description": "Build with CSKY backend (experimental)."
},
"target-directx": {
"description": "Build with DirectX backend (experimental)."
},
"target-hexagon": {
"description": "Build with Hexagon backend."
},
Expand All @@ -372,6 +381,9 @@
"target-loongarch": {
"description": "Build with LoongArch backend."
},
"target-m68k": {
"description": "Build with M68k backend (experimental)."
},
"target-mips": {
"description": "Build with Mips backend."
},
Expand All @@ -390,6 +402,9 @@
"target-sparc": {
"description": "Build with Sparc backend."
},
"target-spirv": {
"description": "Build with SPIRV backend (experimental)."
},
"target-systemz": {
"description": "Build with SystemZ backend."
},
Expand All @@ -405,21 +420,6 @@
"target-xcore": {
"description": "Build with XCore backend."
},
"target-arc": {
"description": "Build with ARC backend (experimental)."
},
"target-csky": {
"description": "Build with CSKY backend (experimental)."
},
"target-directx": {
"description": "Build with DirectX backend (experimental)."
},
"target-m68k": {
"description": "Build with M68k backend (experimental)."
},
"target-spirv": {
"description": "Build with SPIRV backend (experimental)."
},
"target-xtensa": {
"description": "Build with Xtensa backend (experimental)."
},
Expand Down
2 changes: 1 addition & 1 deletion vcpkg_info.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://github.com/trail-of-forks/vcpkg.git
05945e680b0fe95db53be631868a1cf3e9de7099
6258cbffe91897b52573929d2937481de7d66c8e
Loading