[PATCH] D66160: [llvm-nm] Add tapi file support
Cyndy Ishida via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 08:38:14 PDT 2019
cishida added a comment.
In D66160#1661284 <https://reviews.llvm.org/D66160#1661284>, @plotfi wrote:
> Does this addition mean that llvm-nm should eventually include some support for other text formats like ifs/elfabi etc? I think this could be pretty useful for writing tests, which I assume is part of the motivation here?
>From what I understand about the elfabi tool is that it just produces tbe's from ELF object files, I don't actually know how its being used for linking currently, so I don't know the full picture to reason adding nm support for it.
As far as tbd support, cross checking is definitely a nice perk of this support . @ributzka can add better context than I could.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66160/new/
https://reviews.llvm.org/D66160
More information about the llvm-commits
mailing list