diff options
| author | gingerBill <bill@gingerbill.org> | 2023-07-24 12:01:23 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-07-24 12:01:23 +0100 |
| commit | b09cdc0f256bca71ffcb5960c75127e8aaa55b87 (patch) | |
| tree | d578e7ac78aebbc572e2c97cbe1174425295e1d8 /src/tilde.hpp | |
| parent | bd81c6f5b4bbcdb0c65cda5bedf1f3c5e0c0371e (diff) | |
Hook up Tilde to the linker code
Diffstat (limited to 'src/tilde.hpp')
| -rw-r--r-- | src/tilde.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tilde.hpp b/src/tilde.hpp index 8a29d4c90..44da86c35 100644 --- a/src/tilde.hpp +++ b/src/tilde.hpp @@ -208,6 +208,7 @@ struct cgModule { TB_Module * mod; Checker * checker; CheckerInfo *info; + LinkerData * linker_data; RwMutex values_mutex; PtrMap<Entity *, cgValue> values; |