================
@@ -29,6 +29,7 @@ class EntityIdTable;
/// \see EntityIdTable
class EntityId {
friend class EntityIdTable;
+ friend class SerializationFormat;
----------------
aviralg wrote:
For serializing and deserializing EntityId objects.
https://github.com/llvm/llvm-project/pull/180021