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

2020-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 --- Comment #13 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Mon May 4 22:59:41 UTC 2020 New revision: 360643 URL: https://svnweb.freebsd.org/changeset/base/360643 Log: Merge additions of LLVM

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

2018-08-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 Jan Beich changed: What|Removed |Added Flags|maintainer-feedback?(danilo | |@FreeBSD.org)

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

2018-08-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 --- Comment #11 from Dimitry Andric --- (In reply to Kubilay Kocak from comment #10) > is/will a/the workaround in the port still be required, until base r337585 > ends up in -RELEASES? Previous releases shouldn't be affected, this

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

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 Kubilay Kocak changed: What|Removed |Added Flags||maintainer-feedback?(danilo

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

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 --- Comment #9 from Dimitry Andric --- (In reply to commit-hook from comment #8) > A commit references this bug: > > Author: dim > Date: Fri Aug 10 19:57:56 UTC 2018 > New revision: 337585 > URL:

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

2018-08-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Fri Aug 10 19:57:56 UTC 2018 New revision: 337585 URL: https://svnweb.freebsd.org/changeset/base/337585 Log: In r308100, an explicit

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

2018-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 --- Comment #7 from Dimitry Andric --- Reported upstream: https://bugs.llvm.org/show_bug.cgi?id=38506 -- You are receiving this mail because: You are the assignee for the bug. ___

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

2018-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 --- Comment #6 from Dimitry Andric --- This is how libunwind.s built with clang 6.0.1 ends: .ident "FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1)" .section

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

2018-08-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 Dimitry Andric changed: What|Removed |Added CC||ema...@freebsd.org

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

2018-08-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 --- Comment #4 from Jan Beich --- Created attachment 195944 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195944=edit workaround -- You are receiving this mail because: You are the assignee for the bug.

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

2018-08-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 --- Comment #3 from Jan Beich --- __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++

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

2018-08-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 --- Comment #2 from Jan Beich --- Probably affects a number of LLD_UNSAFE ports: $ echo 'int main() {}' >a.c $ cc a.c -lexecinfo $ cc a.c -fuse-ld=bfd -lexecinfo /usr/lib/libgcc_s.so: undefined reference to `__gxx_personality_v0' cc:

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

2018-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 Jan Beich changed: What|Removed |Added Flags|maintainer-feedback?(danilo | |@FreeBSD.org)