================ @@ -2050,6 +2065,7 @@ void TypePrinter::printAttributedAfter(const AttributedType *T, case attr::OpenCLConstantAddressSpace: case attr::OpenCLGenericAddressSpace: case attr::HLSLGroupSharedAddressSpace: + case attr::CoopMatrixType: ---------------- svenvh wrote:
Not sure this is in the right place; it's not an address space. https://github.com/llvm/llvm-project/pull/221328 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
