================
@@ -915,7 +915,9 @@ class ToolChain {
return;
}
- if (TT.isAMDGPU()) {
+ if (TT.isAMDGCN()) {
----------------
arsenm wrote:It's the same, amdgcn and amdgpu are aliases. This is just dropping r600 from this case https://github.com/llvm/llvm-project/pull/206482 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
