Date: Tue, 31 Dec 2024 14:07:37 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 276170] LLVM bug prevents from enabling PGO optimization for Python 3.11+ Message-ID: <bug-276170-29464-dqMC6NaX64@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276170-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-276170-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=3D276170 --- Comment #42 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to Mark Millard from comment #38) > Looks to me like there is no actual use of C++ in the build. It's just a habit of passing CC and CXX. :) (In reply to Mark Millard from comment #40) > warning: no profile data available for file "_zoneinfo.c" [-Wprofile-inst= r-unprofiled] These can be safely ignored. It looks like they are explicitly excluded from profiling. Upstream will probably have their reasons. In any case, I also tried a build on 15-CURRENT main-n273771-e8263ace39c8 aarch64, and with both --enable-optimizations and --with-lto, but it all wo= rked fine. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276170-29464-dqMC6NaX64>