[Bug 230399] devel/libunwind: fails to build with Clang 7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 6 16:22:40 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399

--- Comment #3 from Jan Beich <jbeich at 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.

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


More information about the freebsd-toolchain mailing list