Summary: | devel/llvm10 devel/llvm11 devel/llvm12 devel/llvm13 devel/llvm14 devel/llvm15: fix build with lld 17 | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dimitry Andric <dim> | ||||||||||||||
Component: | Individual Port(s) | Assignee: | Brooks Davis <brooks> | ||||||||||||||
Status: | Closed FIXED | ||||||||||||||||
Severity: | Affects Some People | CC: | emaste, grahamperrin | ||||||||||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(brooks) |
||||||||||||||
Version: | Latest | ||||||||||||||||
Hardware: | Any | ||||||||||||||||
OS: | Any | ||||||||||||||||
Bug Depends on: | |||||||||||||||||
Bug Blocks: | 273753 | ||||||||||||||||
Attachments: |
|
Description
Dimitry Andric
![]() ![]() Created attachment 245039 [details]
devel/llvm10: fix build with lld 17
Created attachment 245040 [details]
devel/llvm11: fix build with lld 17
Created attachment 245041 [details]
devel/llvm12: fix build with lld 17
Created attachment 245042 [details]
devel/llvm13: fix build with lld 17
Created attachment 245043 [details]
devel/llvm14: fix build with lld 17
Created attachment 245044 [details]
devel/llvm15: fix build with lld 17
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=266b5f5c37cd92bd0e726ebe1c63afdcce576578 commit 266b5f5c37cd92bd0e726ebe1c63afdcce576578 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-09-21 10:35:28 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-09-21 15:23:33 +0000 devel/llvm14: fix build with lld 17 PR: 273959 .../files/patch-backport-version-fixes (new) | 375 +++++++++++++++++++++ 1 file changed, 375 insertions(+) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8721e6856a4326c0e3e7bbfd92242c4580e5835d commit 8721e6856a4326c0e3e7bbfd92242c4580e5835d Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-09-21 10:40:16 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-09-21 15:23:34 +0000 devel/llvm15: fix build with lld 17 PR: 273959 .../files/patch-backport-version-fixes (new) | 379 +++++++++++++++++++++ 1 file changed, 379 insertions(+) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0926585c93422d88844fe9a259ebcf9da530990b commit 0926585c93422d88844fe9a259ebcf9da530990b Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-09-21 10:16:51 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-09-21 15:23:32 +0000 devel/llvm13: fix build with lld 17 PR: 273959 .../files/patch-backport-version-fixes (new) | 355 +++++++++++++++++++++ 1 file changed, 355 insertions(+) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=adfdd1a786c22f4e08a4d2338dec8de25bf808ed commit adfdd1a786c22f4e08a4d2338dec8de25bf808ed Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2023-09-21 10:01:29 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-09-21 15:23:30 +0000 devel/llvm10: actually fix build with llvm17 I failed to apply the actual patch and committed the ports patch instead. It applies because it just creates files. PR: 273959 Fixes: 50e51d2680b4 devel/llvm10: fix build with llvm17 .../files/openmp/patch-backport-version-fixes | 556 ++++++++------------- .../files/patch-backport-version-fixes (new) | 138 +++++ .../openmp/patch-backport-version-fixes (new) | 210 ++++++++ .../files/patch-backport-version-fixes (new) | 139 ++++++ 4 files changed, 687 insertions(+), 356 deletions(-) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d27ad5a010f2410c7c20475753d378b6da5420fd commit d27ad5a010f2410c7c20475753d378b6da5420fd Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-09-21 10:10:06 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-09-21 15:23:32 +0000 devel/llvm12: fix build with lld 17 PR: 273959 .../files/patch-backport-version-fixes (new) | 351 +++++++++++++++++++++ 1 file changed, 351 insertions(+) A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e198f066ecc3c6dc0a86a75629eba3922ff43f40 commit e198f066ecc3c6dc0a86a75629eba3922ff43f40 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-09-21 11:00:08 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-09-21 15:23:31 +0000 devel/llvm11: fix build with lld 17 PR: 273959 devel/llvm11/Makefile | 1 + 1 file changed, 1 insertion(+) I think we got them all now? A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d28ea4938ed10145852e8df70e401918803df26 commit 6d28ea4938ed10145852e8df70e401918803df26 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-01-03 00:18:38 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-01-03 00:22:03 +0000 devel/llvm-{cheri,cheriot,morello}: fix for lld 17 Grab the patches from devel/llvm13 and devel/llvm14 to fix these ports build with lld 17. PR: 273959 devel/llvm-cheri/Makefile | 2 + .../files/llvm13-backport-version-fixes (new) | 355 +++++++++++++++++++ .../files/llvm14-backport-version-fixes (new) | 375 +++++++++++++++++++++ 3 files changed, 732 insertions(+) |