================
@@ -35,8 +36,11 @@ struct ListOfGlobals {
ListOfGlobals *next;
};
+typedef DenseMap<uptr, ListOfGlobals *> MapOfGlobals;
----------------
artempyanykh wrote:
Thanks for the pointers and the explanation @vitalybuka!
https://github.com/llvm/llvm-project/pull/100923