[Bug 201623] /usr/ports/graphics/dri fails on powerpc

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 16 20:30:45 UTC 2016


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

Mark Millard <markmi at dsl-only.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markmi at dsl-only.net

--- Comment #4 from Mark Millard <markmi at dsl-only.net> ---
Warning: clang 3.8.0 (and likely before) has various problems for powerpc (and
sometimes powerpc64) code generation:

I modify signal delivery in my powerpc FreeBSD builds to have a so-called
"red-zone" to avoid the following powerpc ABI-violation issue. (powerpc64
already has "red-zone" use because that is part of the powerpc64 ABI used by
FreeBSD.)

https://llvm.org/bugs/show_bug.cgi?id=26519

Some parts of the following item apply to more general code generation contexts
than just exception-handling, although it started with finding
exception-handling examples.

https://llvm.org/bugs/show_bug.cgi?id=26856

The below 2 are for exception-handling code generation issues (counting
.eh_frame information as code).

https://llvm.org/bugs/show_bug.cgi?id=26761
https://llvm.org/bugs/show_bug.cgi?id=26844

The 1 item below was fixed in 3.8.0 rc3 but not in rc2 or earlier versions.

https://llvm.org/bugs/show_bug.cgi?id=26605

(All these submittals to llvm.org came from attempting to use clang 3.8.0 for
TARGET_ARCH=powerpc buildworld on an old PowerMac. As I remember all of the
above seemed to be long-standing issues, not recent regressions. There are some
matching FreeBSD submittals but until things change at llvm.org. . .)

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


More information about the freebsd-x11 mailing list