Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 10:36:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276104] [exp-run] Against llvm-18-update branch on GitHub
Message-ID:  <bug-276104-7788-nm6rR5NbYW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276104-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276104-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276104

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D7b86b92ec1bdfad552ece3eaa28bd8d28=
dff9a82

commit 7b86b92ec1bdfad552ece3eaa28bd8d28dff9a82
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-04-07 00:07:38 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-04-20 10:29:09 +0000

    Fix arm64 build after llvm 18.1.3 upgrade

    Apparently clang 18 has become more strict about using floating point
    registers in inline assembly when -mgeneral-regs-only is used. This
    causes sys/arm64/arm64/vfp.c to fail to compile, with "error:
    instruction requires: fp-armv8", and "error: expected readable system
    register".

    To fix it, similar to other files compiled for arm64, disable
    -mgeneral-regs-only for this particular file.

    PR:             276104
    MFC after:      1 month

    (cherry picked from commit f4d93b67611f6f8b19db7bac6b0973b2ef0cfcb6)

 sys/conf/files.arm64 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276104-7788-nm6rR5NbYW>