Date: Tue, 22 Sep 2020 15:42:38 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 249527] graphics/vulkan-loader: clang 11 crashes on i386 during build Message-ID: <bug-249527-29464-IwRK15Focm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-249527-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-249527-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=3D249527 Jan Beich <jbeich@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|Any |i386 URL| |http://beefy17.nyi.freebsd. | |org/data/head-i386-default/ | |p549547_s365984/logs/errors | |/vulkan-loader-1.2.135.0.lo | |g --- Comment #4 from Jan Beich <jbeich@FreeBSD.org> --- Clang 10 is not affected while Clang 9 and older don't support such assembly constructs. $ clang10 -m32 -c "unknown_ext_chain_gas.S" $ clang90 -m32 -c "unknown_ext_chain_gas.S" <instantiation>:14:17: error: cannot use more than one symbol in memory ope= rand push offset termin_error_string@GOT # Push the error string (fourth arg) ^ unknown_ext_chain_gas.S:385:5: note: while in macro instantiation PhysDevExtTermin 0 ^ [...] --=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-249527-29464-IwRK15Focm>