about summary refs log tree commit diff
path: root/tests/assembly/dwarf4.rs
AgeCommit message (Collapse)AuthorLines
2023-12-11fix: stop emitting `.debug_pubnames` and `.debug_pubtypes`Weihang Lo-2/+2
`.debug_pubnames` and `.debug_pubtypes` are poorly designed and people seldom use them. However, they take a considerable portion of size in the final binary. This tells LLVM stop emitting those sections on DWARFv4 or lower. DWARFv5 use `.debug_names` which is more concise in size and performant for name lookup.
2023-12-11test: demonstrate that dwarf debug names sections are emittedWeihang Lo-0/+24