mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
0b47b99448
The compiler now uses DW_OP_plus_uconst in the address attribute of DWARF variables. To be able to understand these addresses, we need to be able to parse this opcode. This commit should also improve the reliability of address parsing a bit.