anza-xyz / move

Move compiler targeting llvm supported backends
https://discord.gg/wFgfjG9J
Apache License 2.0
107 stars 32 forks source link

Dwarf struct with dependency #397

Closed jcivlin closed 6 months ago

jcivlin commented 7 months ago

Needed to restore the direct order in modules translation, otherwise the dwarf type info may refer to the fields which are structs defined in other modules and have not been processed yet.

jcivlin commented 6 months ago

It is included into and superseded by PR #402.

jcivlin commented 6 months ago

Close due to #402