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

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