mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Some DWARF5 subprograms have non-contiguous instruction ranges. An example of such a function is `puts` in Ubuntu's libc. This change fixes name lookups for functions that use DW_AT_range in their DIE.