================
@@ -240,6 +240,9 @@ const TargetCIRGenInfo &CIRGenModule::getTargetCIRGenInfo()
{
case llvm::Triple::Linux:
theTargetCIRGenInfo = createX8664TargetCIRGenInfo(genTypes);
return *theTargetCIRGenInfo;
+ case llvm::Triple::amdgcn:
----------------
jsjodin wrote:
Yes, I need to move this code. The test works though, so perhaps you need those
other fixes.
https://github.com/llvm/llvm-project/pull/177698
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits