================
@@ -242,6 +242,10 @@ const TargetCIRGenInfo
&CIRGenModule::getTargetCIRGenInfo() {
return *theTargetCIRGenInfo;
}
}
+ case llvm::Triple::amdgcn: {
+ theTargetCIRGenInfo = createAMDGPUTargetCIRGenInfo(genTypes);
----------------
andykaylor wrote:
I don't think we should get here for host compilation if the triple is
correctly specified in the test.
https://github.com/llvm/llvm-project/pull/177698
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits