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

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 14:31:48 PDT 2022


mysterymath updated this revision to Diff 420637.
mysterymath added a comment.

Taking over this change from phosek, upon request.

Updated implementation to slurp all available path information from CU
filename, CU include dir, and debug line info.

Pull from file index 0 if valid, otherwise start at 1.

Updated tests to use yaml2obj.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87656

Files:
  llvm/test/tools/llvm-dwarfdump/X86/sources.test
  llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87656.420637.patch
Type: text/x-patch
Size: 10089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220405/bf90b857/attachment.bin>


More information about the llvm-commits mailing list