Date: Wed, 20 Feb 2019 13:03:49 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 235583] clang error builtin-requires-header on pthread_create on powerpc64 Message-ID: <bug-235583-29464-RBvPBSutoB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-235583-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-235583-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=3D235583 David Chisnall <theraven@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |theraven@FreeBSD.org --- Comment #2 from David Chisnall <theraven@FreeBSD.org> --- Does this affect users, or is it part of the FreeBSD build? We have a numb= er of problems because the base system build uses `-Wsystem-headers` and so cl= ang reports a lot of things that it shouldn't, because it treats the system hea= ders 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 thi= s). --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235583-29464-RBvPBSutoB>