[clang] [Clang] Lift HIPSPV onto the new offload driver (PR #168043)
Pekka Jääskeläinen via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 4 00:06:30 PST 2025
================
@@ -6990,6 +6990,12 @@ const ToolChain &Driver::getToolChain(const ArgList &Args,
break;
case llvm::Triple::spirv32:
case llvm::Triple::spirv64:
+ if (Target.getOSName() == "hipspv" ||
----------------
pjaaskel wrote:
@linehill can we just add a chipstar OS enum? I think it's a better name also than 'hipspv' now.
https://github.com/llvm/llvm-project/pull/168043
More information about the cfe-commits
mailing list