[Bug 273753] [exp-run] Against llvm-17-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 03 Dec 2023 14:44:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273753

--- Comment #88 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=37790b26cbda11cd4bb6f237b86cd94739c4059c

commit 37790b26cbda11cd4bb6f237b86cd94739c4059c
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-12-03 14:35:33 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-12-03 14:40:25 +0000

    x11/virtualgl: fix build with lld 17

    Building x11/virtualgl with lld 17 results in the following link errors:

      ld: error: version script assignment of 'global' to symbol
'clCreateContext' failed: symbol not defined

    Since the same linker version script is used for all "libvglfaker"
    library variants, where only one of the implements the clCreateContext
    symbol, suppress errors with lld >= 17 due to this undefined symbol.

    PR:             273753
    MFH:            2023Q4

 x11/virtualgl/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

-- 
You are receiving this mail because:
You are on the CC list for the bug.