Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Aug 2018 16:22:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 230399] devel/libunwind: fails to build with Clang 7
Message-ID:  <bug-230399-29464-cuIzz5WUpj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230399-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230399-29464@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=3D230399

--- Comment #3 from Jan Beich <jbeich@FreeBSD.org> ---
__gcc_personality_v0 is implemented by compiler-rt, while __gxx_personality=
_v0
is implemented by libcxxrt. LLD appears to use its own dependency on libc++=
 to
resolve missing symbols. Even Gold (another C++ linker) doesn't allow this.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230399-29464-cuIzz5WUpj>