Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2016 11:56:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 212703] Clang segmentation fault
Message-ID:  <bug-212703-29464-1cli5lkPNL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212703-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212703-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=3D212703

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|10.3-RELEASE                |CURRENT
           Assignee|freebsd-toolchain@FreeBSD.o |dim@FreeBSD.org
                   |rg                          |
                 CC|                            |emaste@freebsd.org
             Status|New                         |In Progress
                URL|                            |https://llvm.org/bugs/show_
                   |                            |bug.cgi?id=3D30426

--- Comment #4 from Dimitry Andric <dim@FreeBSD.org> ---
I can reproduce this with clang trunk r281149; reported upstream as PR30426
[1].

The problem seems to be caused by the openMVG build system disabling use of
SSE, and this confuses llvm, because the target is x86_64.  Any idea why
openMVG's build system wants this?

I would try to work around it by getting rid of the "-mno-sse2 -mno-sse3
-mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4a -mno-avx -mno-xop -mno-fma4
-mno-avx2" flags.  On x86_64, at least SSE2 is always available, there is no
good reason to disable it.

[1] https://llvm.org/bugs/show_bug.cgi?id=3D30426

--=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-212703-29464-1cli5lkPNL>