Date: Sun, 28 Jan 2018 16:11:24 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-toolchain@FreeBSD.org Subject: [Bug 225488] clang-6.0.0 crashes building multimedia/libvpx Message-ID: <bug-225488-29464-PNvLJvWD1z@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225488-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-225488-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=3D225488 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: dim Date: Sun Jan 28 16:10:41 UTC 2018 New revision: 328513 URL: https://svnweb.freebsd.org/changeset/base/328513 Log: Pull in r322245 from upstream clang trunk (by Craig Topper): [X86] Make -mavx512f imply -mfma and -mf16c in the frontend like it does in the backend. Similarly, make -mno-fma and -mno-f16c imply -mno-avx512f. Withou this "-mno-sse -mavx512f" ends up with avx512f being enabled in the frontend but disabled in the backend. Reported by: pawel PR: 225488 Changes: head/contrib/llvm/tools/clang/lib/Basic/Targets/X86.cpp --=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-225488-29464-PNvLJvWD1z>