[Bug 276104] [exp-run] Against llvm-18-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 20 Apr 2024 10:36:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276104

--- Comment #112 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=7334d08a3ad434152c451a9dab6c8f7ddb8cf62e

commit 7334d08a3ad434152c451a9dab6c8f7ddb8cf62e
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-04-07 19:45:51 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-04-20 10:29:09 +0000

    libcompiler_rt Makefile.inc: include bsd.compiler.mk to fix build

    Apparently libgcc_s has always included libcompiler_rt's Makefile.inc
    without first including bsd.compiler.mk, even though Makefile.inc used
    COMPILER_TYPE already. It looks like we were just lucky that the
    expression was not malformed.

    PR:             276104
    Reported by:    Herbert J. Skuhra <herbert@gojira.at>
    MFC after:      1 month

    (cherry picked from commit 4c983a2886877a855ac3a2836b15d80356fbb8d4)

 lib/libcompiler_rt/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

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