Date: Tue, 31 Dec 2024 13:15:50 +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-DqsBbMzVTU@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 #38 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Dimitry Andric from comment #36) FYI: # grep "clang[+][+]" /usr/local/poudriere/data/logs/bulk/official-aarch64-default/2024-12-30_17h= 08m08s/logs/python310-3.10.16.log # grep "c[+][+]" /usr/local/poudriere/data/logs/bulk/official-aarch64-default/2024-12-30_17h= 08m08s/logs/python310-3.10.16.log OPENSSLBASE=3D/usr OPENSSLDIR=3D/etc/ssl OPENSSLINC=3D/usr/include OPENSSLLIB=3D/usr/lib XDG_DATA_HOME=3D/wrkdirs/usr/ports/lang/python310/wor= k=20 XDG_CONFIG_HOME=3D/wrkdirs/usr/ports/lang/python310/work=20 XDG_CACHE_HOME=3D/wrkdirs/usr/ports/lang/python310/work/.cache=20 HOME=3D/wrkdirs/usr/ports/lang/python310/work TMPDIR=3D"/tmp" PATH=3D/wrkdirs/usr/ports/lang/python310/work/.bin:/sbin:/bin:/usr/sbin:/us= r/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=3D/wrkdirs/usr/ports/lang/python310/work/.pkgconfig:/usr/= local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=3Dno MK_KERNEL_SYMBOLS=3Dno SHELL=3D/bin/sh NO_LINT=3DYES PREFIX=3D/usr/local LOCALBASE=3D/usr/local CC=3D"cc" CFLAGS=3D"-O2 -pipe= =20 -fstack-protector-strong -fno-strict-aliasing " CPP=3D"cpp" CPPFLAGS=3D"-I/usr/local/include -I/usr/local/include" LDFLAGS=3D" -L/usr/local/lib -fstack-protector-strong " LIBS=3D"-L/usr/local/lib -lint= l"=20 CXX=3D"c++" CXXFLAGS=3D"-O2 -pipe -fstack-protector-strong -fno-strict-alia= sing " BSD_INSTALL_PROGRAM=3D"install -s -m 555" BSD_INSTALL_LIB=3D"install -s = -m 0644" BSD_INSTALL_SCRIPT=3D"install -m 555" BSD_INSTALL_DATA=3D"install -m 06= 44"=20 BSD_INSTALL_MAN=3D"install -m 444" checking whether c++ also accepts flags for thread support... yes Looks to me like there is no actual use of C++ in the build. --=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-DqsBbMzVTU>