[Bug 236567] lang/spidermonkey170, lang/spidermonkey38: clang 8 crashes during build on armv7 and armv6

2019-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236567 Dimitry Andric changed: What|Removed |Added CC||d...@freebsd.org Stat

[Bug 236581] /usr/lib/libomp.so underlinking

2019-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236581 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Mon Mar 18 19:11:12 UTC 2019 New revision: 345278 URL: https://svnweb.freebsd.org/changeset/base/345278 Log: Also explicitly link libomp.so a

[Bug 236581] /usr/lib/libomp.so underlinking

2019-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236581 --- Comment #7 from Jan Beich --- As the custom Makefile copied -Wl,--as-needed from upstream (why?) libomp itself isn't able to link against libm when using BFD linker. $ LDFLAGS=-fuse-ld=bfd make cleandir all -sj8 $ ldd $(make -V .OBJDIR

[Bug 236581] /usr/lib/libomp.so underlinking

2019-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236581 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Mon Mar 18 19:56:00 UTC 2019 New revision: 345282 URL: https://svnweb.freebsd.org/changeset/base/345282 Log: Remove --as-needed from the link

[Bug 236581] /usr/lib/libomp.so underlinking

2019-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236581 --- Comment #9 from Dimitry Andric --- (In reply to Jan Beich from comment #7) > As the custom Makefile copied -Wl,--as-needed from upstream (why?) I used the upstream linking command lines as a reference, so I copied almost all of the fla

Re: llvm submittal 41050 created for powerpc64 C++ exception code generation: ld r2,40(r1) missing or skipped before bl __cxa_begin_catch code

2019-03-18 Thread Mark Millard via freebsd-toolchain
[Looks like insufficient DW_CFA_* information is output and so insufficient code is executed.] On 2019-Mar-14, at 18:23, Mark Millard wrote: > . . . (dropping history) . . . (As usual, the history shows that I've been figuring things out as I go.) As I've looked into the code, operation, dwarf

[Bug 236582] Enable LLVM openmp on i386

2019-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236582 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Mon Mar 18 21:04:29 UTC 2019 New revision: 345283 URL: https://svnweb.freebsd.org/changeset/base/345283 Log: Enable building libomp.so for 32

[Bug 236582] Enable LLVM openmp on i386

2019-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236582 --- Comment #7 from Jan Beich --- (In reply to commit-hook from comment #6) Did you forget share/mk/src.opts.mk? -- You are receiving this mail because: You are the assignee for the bug. ___ fre

[Bug 236582] Enable LLVM openmp on i386

2019-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236582 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: dim Date: Tue Mar 19 06:58:28 UTC 2019 New revision: 345291 URL: https://svnweb.freebsd.org/changeset/base/345291 Log: Turn on MK_OPENMP for i386 by de