[clang] [Clang] Lift HIPSPV onto the new offload driver (WIP) (PR #168043)
Henry Linjamäki via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 17 23:15:26 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" ||
----------------
linehill wrote:
Not sure what is being asked here. chipStar utilizes HIPSPV TC which is achieved by keying off with the `spirv*-*-chipstar` triple.
https://github.com/llvm/llvm-project/pull/168043
More information about the cfe-commits
mailing list