[PATCH] D87656: [llvm-dwarfdump] --show-sources option to show all sources

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 17:40:20 PDT 2020


phosek added a comment.

While this information can be extracted out of the existing llvm-dwarfdump output, it requires additional post-processing. This became so common in our project that we have implemented a custom Go-based tool for that purpose, but that has other downsides such as the lack of DWARF5 support. I think that supporting this option directly in llvm-dwarfdump might be generally useful and it doesn't add a lot of complexity. I'm open to suggestions for how to improve the output.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87656/new/

https://reviews.llvm.org/D87656



More information about the llvm-commits mailing list