[all-commits] [llvm/llvm-project] 17582c: libclc: Stop building amdgpu targets all as tahiti
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Feb 12 00:56:24 PST 2026
Branch: refs/heads/users/arsenm/libclc/stop-building-everything-as-tahiti
Home: https://github.com/llvm/llvm-project
Commit: 17582caec0a7c01417cc3594e577428508d9d2c7
https://github.com/llvm/llvm-project/commit/17582caec0a7c01417cc3594e577428508d9d2c7
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-02-12 (Thu, 12 Feb 2026)
Changed paths:
M libclc/CMakeLists.txt
Log Message:
-----------
libclc: Stop building amdgpu targets all as tahiti
It is wrong to compile as tahiti, and then treat everything
else as an alias. The IR is tainted with "target-cpu"="tahiti".
Optimizations on the libclc build can break the program, even if
the target-cpu is ultimately overridden by -mlink-builtin-bitcode.
The main risk of doing this is if mesa is still relying on finding
the subtarget suffixed bc file. As far as I can tell clover has been
removed, and rusticl only uses the spirv versions.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list