Date: Thu, 07 Dec 2023 20:59:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 273753] [exp-run] Against llvm-17-update branch on GitHub Message-ID: <bug-273753-7788-3WUQHsDofd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273753-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-273753-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273753 --- Comment #94 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dbb35b52f490f391b20885221e95d672= e4b711dd6 commit bb35b52f490f391b20885221e95d672e4b711dd6 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-12-07 20:55:46 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2023-12-07 20:57:54 +0000 devel/opencl-clang: fix build with lld 17 Building devel/opencl-clang with lld 17 results in the following link error: ld: error: version script assignment of 'global' to symbol 'CheckLinkOptions' failed: symbol not defined ld: error: version script assignment of 'global' to symbol 'Link' fai= led: symbol not defined ld: error: version script assignment of 'global' to symbol 'GetKernelArgInfo' failed: symbol not defined The mentioned symbols are no longer in common_clang.cpp, so remove them from the linker version script. PR: 273753 MFH: 2023Q4 devel/opencl-clang/files/patch-common__clang.map (new) | 13 +++++++++++++ 1 file changed, 13 insertions(+) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273753-7788-3WUQHsDofd>