[Bug 273753] [exp-run] Against llvm-17-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 273753] [exp-run] Against llvm-17-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Dec 2023 20:59:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273753 --- Comment #94 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb35b52f490f391b20885221e95d672e4b711dd6 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' failed: 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(+) -- You are receiving this mail because: You are on the CC list for the bug.