[Bug 235583] clang error builtin-requires-header on pthread_create on powerpc64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 20 13:03:51 UTC 2019


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

David Chisnall <theraven at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |theraven at FreeBSD.org

--- Comment #2 from David Chisnall <theraven at FreeBSD.org> ---
Does this affect users, or is it part of the FreeBSD build?  We have a number
of problems because the base system build uses `-Wsystem-headers` and so clang
reports a lot of things that it shouldn't, because it treats the system headers
as if they aren't system headers.  If this is only a problem for the FreeBSD
build itself, then I'd recommend against patching the header and instead fix
the build system (we add `-Wno-system-headers` elsewhere to work around this).

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


More information about the freebsd-threads mailing list