================
@@ -1146,6 +1146,12 @@ class TagTableInfo : public CommonTypeTableInfo<TagTableInfo, TagInfo> {
writer.write<uint8_t>(Flags);
+ if (auto Copyable = TI.isSwiftCopyable()) {
----------------
egorzhdan wrote:
Fixed
https://github.com/llvm/llvm-project/pull/90064