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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246274 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 stage 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+= -O1 .endif That is rather ugly though. I'd rather have people with low-spec systems use CFLAGS=-O1 in their /etc/make.conf or /etc/src.conf, or simply use external toolchains. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246274-227-EcvCAdZkGF>
