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

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

--- Comment #133 from commit-hook@FreeBSD.org ---
A commit in branch 2024Q1 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=280f70074cba4fcfe8b6ceb4f78ea1db2580877b

commit 280f70074cba4fcfe8b6ceb4f78ea1db2580877b
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:38 +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
    (cherry picked from commit 05917d340dee6d2bf02463af53372f2da2ecab00)

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

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