Date: Sun, 13 Feb 2022 13:33:10 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 261412] [exp-run] With llvm-unwind headers placed in /usr/include Message-ID: <bug-261412-7788-3qDwH8NLEs@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-261412-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-261412-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=3D261412 Dimitry Andric <dim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Overcome By Events Status|New |Closed --- Comment #5 from Dimitry Andric <dim@FreeBSD.org> --- commit c00d345665366a89aaba7244d6f078dc756f4c53 Author: John Baldwin <jhb@FreeBSD.org> Date: Thu Feb 10 18:57:49 2022 +0100 Install unwind.h into /usr/include Install headers from LLVM's libunwind in place of the headers from libcxxrt and allow C applications to use the library. As part of this, remove include/unwind.h and switch libthr over to using the installed unwind.h. Reviewed by: dim, emaste MFC after: 10 days Differential Revision: https://reviews.freebsd.org/D34065 --=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-261412-7788-3qDwH8NLEs>