[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 17:53:04 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249527

Dimitry Andric <dim at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dim at FreeBSD.org,
                   |                            |zeising at FreeBSD.org
             Status|New                         |Open

--- Comment #5 from Dimitry Andric <dim at FreeBSD.org> ---
This was reported upstream some time ago, as:
https://bugs.llvm.org/show_bug.cgi?id=47348

It chokes on a GOT relocation:

.intel_syntax noprefix
push offset termin_error_string at GOT

Obviously assertions don't trigger if they're disabled, so the clang10 port
with its defaults won't crash, but maybe the resulting assembly is bogus. I
haven't checked.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list