[PATCH] D42937: [DWARF] Make llvm-dwp handle DWARF v5 string offsets tables and indexed strings.

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 14:21:27 PST 2018


wolfgangp added a comment.

In https://reviews.llvm.org/D42937#1009329, @dblaikie wrote:

> In https://reviews.llvm.org/D42937#1008337, @wolfgangp wrote:
>
> > I'm still producing the dwo files from IR, I could turn those into assembly files as well, if that's preferable.
>
>
> I think it'd probably be better - could you explain what the motivation is for them being IR tests? (what's the different needs there compared to the assembly test cases?)


Can't really say there was any particular motivation other than the fact that producing these files with v5 string offsets tables via llc/objcopy is supported now and so the test case provides a small measure of integration testing. But no matter, I'll hand-code them in assembly, then.


https://reviews.llvm.org/D42937





More information about the llvm-commits mailing list