fix separate modules with objc code

This commit is contained in:
Laytan Laats
2025-01-24 19:23:49 +01:00
parent 3a13c598e2
commit b2aaf90f88
3 changed files with 69 additions and 51 deletions
+2 -2
View File
@@ -196,8 +196,8 @@ struct lbModule {
RecursiveMutex debug_values_mutex;
PtrMap<void *, LLVMMetadataRef> debug_values;
StringMap<lbAddr> objc_classes;
StringMap<lbAddr> objc_selectors;
StringMap<Entity *> objc_classes;
StringMap<Entity *> objc_selectors;
PtrMap<Type *, lbAddr> map_cell_info_map; // address of runtime.Map_Info
PtrMap<Type *, lbAddr> map_info_map; // address of runtime.Map_Cell_Info