aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/c
diff options
context:
space:
mode:
authorLuuk de Gram <luuk@degram.dev>2024-01-15 16:05:39 +0100
committerLuuk de Gram <luuk@degram.dev>2024-02-29 15:23:03 +0100
commitf6896ef2180709fedeb5bafde3fe58ca6d06aa3a (patch)
tree0436e2b8ca804d0d34e288db8675788b2a07f643 /src/codegen/c
parent9b3c8fd3a8aef81f3a6face78f9e0b34508edc1b (diff)
downloadzig-f6896ef2180709fedeb5bafde3fe58ca6d06aa3a.tar.gz
zig-f6896ef2180709fedeb5bafde3fe58ca6d06aa3a.zip
wasm: create linking objects in correct module
CodeGen will create linking objects such as symbols, function types, etc in ZigObject, rather than in the linker driver where the final result will be stored. They will end up in the linker driver module during the `flush` phase instead. This must mean we must call functions such as `addOrGetFuncType` in the correct namespace or else it will be created in the incorrect list and therefore return incorrect indexes.
Diffstat (limited to 'src/codegen/c')
0 files changed, 0 insertions, 0 deletions