The way llvm-dwarfdump handles this is that if you dump .debug_info as well, it'll record that and use it for dumping other sections - if you don't, we don't, and print things out as though every address in the address pool was 0 (this looks roughly like what happens when you ...
@llvm/pr-subscribers-debuginfoAuthor: Kazu Hirata (kazutakahirata)Changes Full diff: https://github.com/llvm/llvm-project/pull/129991.diff1 Files Affected:(modified) llvm/tools/llvm-dwarfdump/Statistics.cpp (+6-4) diff --git a/llvm/tools/llvm-dwarfdump/Statistics.cpp b/llvm/tools/llvm-...
llvm-dwarfdump --statistics: Unique abstract origins across multiple CUs.Instead of indexing local variables by DIE offset, use the variable name + the path through the lexical block tree. This makes the lookup key consistent across duplicate abstract origins in different CUs. llvm-svn: 342776 1...
Revert "Fix llvm-dwarfdump warnings (dotnet#164)" (dotnet#218) … e44545d agocke added a commit that referenced this pull request Feb 7, 2023 Merge ObjWriter into dotnet/main and update to LLVM 14 API (#287) … Verified 7de031a Sign up for free to join this conversation on GitHu...