[Bug 255570] [exp-run] Against llvm-12-update branch on GitHub
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Dec 2021 11:58:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255570
--- Comment #46 from commit-hook@FreeBSD.org ---
A commit in branch stable/12 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=c33e542eaa66855bf73889568ed7c1ce50e83cd3
commit c33e542eaa66855bf73889568ed7c1ce50e83cd3
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-06-16 18:27:33 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-12-25 11:51:08 +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
(cherry picked from commit f336b45e943c7f9a90ffcea1a6c4c7039e54c73c)
lib/clang/include/llvm/Config/config.h | 2 ++
1 file changed, 2 insertions(+)
--
You are receiving this mail because:
You are on the CC list for the bug.