================
@@ -24,6 +25,7 @@ class TUSummary {
/// Identifies the translation unit.
BuildNamespace TUNamespace;
EntityIdTable IdTable;
+ std::map<EntityId, EntityLinkage> Entities;
----------------
jkorous-apple wrote:
+1
https://github.com/llvm/llvm-project/pull/180779