================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to