mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-19 16:11:30 +00:00
Hook up Tilde to the linker code
This commit is contained in:
@@ -208,6 +208,7 @@ struct cgModule {
|
||||
TB_Module * mod;
|
||||
Checker * checker;
|
||||
CheckerInfo *info;
|
||||
LinkerData * linker_data;
|
||||
|
||||
RwMutex values_mutex;
|
||||
PtrMap<Entity *, cgValue> values;
|
||||
|
||||
Reference in New Issue
Block a user