[Bug 249527] graphics/vulkan-loader: clang 11 crashes on i386 during build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 22 15:42:38 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249527
Jan Beich <jbeich at 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 at 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 operand
push offset termin_error_string at GOT # Push the error string (fourth arg)
^
unknown_ext_chain_gas.S:385:5: note: while in macro instantiation
PhysDevExtTermin 0
^
[...]
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-toolchain
mailing list