[PATCH] D85678: [elfabi] Move elfabi related code to InterfaceStub library
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 23:32:29 PDT 2020
phosek added a comment.
In D85678#2212326 <https://reviews.llvm.org/D85678#2212326>, @plotfi wrote:
> In D85678#2211933 <https://reviews.llvm.org/D85678#2211933>, @phosek wrote:
>
>> I'd be fine with `InterfaceStub` as a name for the library.
>
> @phosek @haowei Are there any plans in the near term to unify any of the TBD work with InterfaceStubs/elftapi?
>
> @ributzka @cishida
We've talked about this some time ago and we can to the conclusion that it probably doesn't make sense to unify these for now because the overlap isn't as big as we originally thought it'd be. Specifically, `.tbd` defines a new object format that's understood by tools like the linker, but this is explicitly a non-goal for us. We see the textual representation only as an intermediate format that's used to generate the library stubs which from the perspective of other tools are just a regular ELF files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85678/new/
https://reviews.llvm.org/D85678
More information about the llvm-commits
mailing list