Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2024 23:56:41 +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-NrwVs7bJvm@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 #30 from Guillaume Outters <guillaume-freebsd@outters.eu> ---
In reply to @Dimitri Andric about comment #25:

After having cleaned up my env, I could bissect the crash to a single:
export CC=3Dclang
before running the configure.

Probably the configure chooses its profiling tool depending on the compiler=
's
declared name (at least before it inspects the default cc to determine it's=
 a
clang).

I start from the original unmodified Python (not the ports patched one), at
http://www.python.org/ftp/python/3.13.1/Python-3.13.1.tar.xz
on a stock FreeBSD 14.1-RELEASE
with a minimalistic configure:
./configure --enable-optimizations

--=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-NrwVs7bJvm>