Date: Thu, 07 May 2020 10:43:05 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246274] 11.2-STABLE/i386 to 11.3-STABLE/i386 buildworld fails: clang Abort trap Message-ID: <bug-246274-227-EcvCAdZkGF@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246274-227@https.bugs.freebsd.org/bugzilla/> References: <bug-246274-227@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=3D246274 Dimitry Andric <dim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #9 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to Eugene Grosbein from comment #8) Hm as a crutch we could add something to llvm.build.mk to lower the optimization level when TOOLS_PREFIX is unset (e.g. when the cross-tools st= age is run). @emaste what's your opinion on this? E.g. adding something like: .if !defined(TOOLS_PREFIX) # Lower optimization level to increase probability of successful bootstrap CFLAGS+=3D -O1 .endif That is rather ugly though. I'd rather have people with low-spec systems use CFLAGS=3D-O1 in their /etc/make.conf or /etc/src.conf, or simply use extern= al toolchains. --=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-246274-227-EcvCAdZkGF>