]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-148557: Use em-config to locate trampoline clang (GH-148556) (#150481)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 May 2026 17:05:11 +0000 (19:05 +0200)
committerGitHub <noreply@github.com>
Tue, 26 May 2026 17:05:11 +0000 (10:05 -0700)
commit16a31fac483b5ad035908855c1ed4544eadab542
treef812da41dd52fd734943c6a5805e150beeb8086e
parent413663b26a48ff0218987b216043d677d7a01397
[3.15] gh-148557: Use em-config to locate trampoline clang (GH-148556) (#150481)

When CC is wrapped by ccache, the Emscripten trampoline rule cannot derive the
matching clang path by treating CC as a single executable path. Query the active
LLVM toolchain path with em-config instead.
(cherry picked from commit 1310d2c25242041f0a218012426fba14e756eef8)

Co-authored-by: Clément Péron <peron.clem@gmail.com>
Makefile.pre.in