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

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 10 Jan 2024 17:56:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273753

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=05917d340dee6d2bf02463af53372f2da2ecab00

commit 05917d340dee6d2bf02463af53372f2da2ecab00
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-01-10 17:52:00 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-01-10 17:55:23 +0000

    devel/ivykis: fix build with lld 17

    The linker version script libivykis.posix.ver refers to several inotify
    related functions, which are never used on FreeBSD since we do not
    support the inotity interface. This causes errors with lld 17, so add a
    post-patch that deletes the undefined symbols from the linker script.

    PR:             273753
    MFH:            2024Q1

 devel/ivykis/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

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