Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2021 18:29:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255570] [exp-run] Against llvm-12-update branch on GitHub
Message-ID:  <bug-255570-7788-iUoUz4jG5e@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255570-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255570-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=3D255570

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Df336b45e943c7f9a90ffcea1a6c4c7039=
e54c73c

commit f336b45e943c7f9a90ffcea1a6c4c7039e54c73c
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-06-16 18:27:33 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-06-16 18:27:39 +0000

    Undefine HAVE_(DE)REGISTER_FRAME in llvm's config.h on arm

    Otherwise, the lli tool (enable by WITH_CLANG_EXTRAS) won't link on arm,
    stating that __register_frame is undefined. This function is normally
    provided by libunwind, but explicitly not for the ARM Exception ABI.

    Reported by:    oh
    PR:             255570
    MFC after:      6 weeks

 lib/clang/include/llvm/Config/config.h | 2 ++
 1 file changed, 2 insertions(+)

--=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-255570-7788-iUoUz4jG5e>