Skip to content

Commit 40128df

Browse files
authored
Remove unneeded LLVM patch (#998)
We no longer use the patch for LLVM ELF relocations
1 parent 4a604a2 commit 40128df

File tree

3 files changed

+1
-121
lines changed

3 files changed

+1
-121
lines changed

ports/llvm-15/0024-remove-elf_relocation-checks.patch

Lines changed: 0 additions & 119 deletions
This file was deleted.

ports/llvm-15/portfile.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ vcpkg_from_github(
1919
0020-fix-FindZ3.cmake.patch
2020
0021-fix-find_dependency.patch
2121
0023-clang-sys-include-dir-path.patch
22-
0024-remove-elf_relocation-checks.patch
2322
0026-fix-prefix-path-calc.patch
2423
)
2524

ports/llvm-15/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "llvm-15",
33
"version": "15.0.6",
4-
"port-version": 1,
4+
"port-version": 2,
55
"description": "The LLVM Compiler Infrastructure.",
66
"homepage": "https://llvm.org",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)