mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +00:00
Dwarf: cleanup emitted debug info
* reduce iteration cost by not tracking unused entries * avoid emitting unused abbrevs to `.debug_abbrev` * get the compiler executable passing `llvm-dwarfdump --verify` * make it possible to skip `.debug_line` padding much more quickly
This commit is contained in:
parent
7cd1c882c9
commit
31220b50b5
@ -89,6 +89,7 @@ pub const LNS = struct {
|
||||
};
|
||||
|
||||
pub const LNE = struct {
|
||||
pub const padding = 0x00;
|
||||
pub const end_sequence = 0x01;
|
||||
pub const set_address = 0x02;
|
||||
pub const define_file = 0x03;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user