================ @@ -1230,6 +1231,12 @@ class TagTableInfo : public CommonTypeTableInfo<TagTableInfo, TagInfo> { } else { writer.write<uint16_t>(0); } + if (auto ConformsTo = TI.SwiftConformsTo) { + writer.write<uint16_t>(ConformsTo->size() + 1); + OS.write(ConformsTo->c_str(), ConformsTo->size()); ---------------- compnerd wrote:
Nit: I think that `conformances` is a better name than `ConformsTo`. https://github.com/llvm/llvm-project/pull/102664 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits