[PATCH] D100951: [llvm-dwarfdump] Fix split-dwarf bug in stats for inlined var loc cov
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 02:35:33 PDT 2021
djtodoro marked an inline comment as done.
djtodoro added a comment.
In D100951#2705718 <https://reviews.llvm.org/D100951#2705718>, @dblaikie wrote:
> Generally good for me - but could you try to see if the test could be simplified any further (maybe "main" can be in test1 or test2 (replacing f1 or f2) and could call the other function in the other file) - and see if the auxiliary/input files could be represented as assembly instead of checked in object files?
I am not sure how to keep this as assembly code, since we'd need to create object files of it, and then to link it together...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100951/new/
https://reviews.llvm.org/D100951
More information about the llvm-commits
mailing list