anza-xyz / move

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

Dwarf instructions #409

Closed jcivlin closed 5 months ago

jcivlin commented 5 months ago

Added dwarf::Instruction, it includes all preparation work and create_load_store. In this create_load_store does not generate any dwarf and only produces a debugging outprint. This is to have the clean tests before I start to add the actual dwarf for instructions.

Ref issue https://github.com/solana-labs/move/issues/403