[PATCH] D23132: Add a new BitcodeSymbolTable abstraction for bitcode files, and migrate IRObjectFile, llvm-nm, and LTO to use it

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 20:36:39 PST 2016


mehdi_amini abandoned this revision.
mehdi_amini added a comment.

In https://reviews.llvm.org/D23132#621817, @davide wrote:

> In https://reviews.llvm.org/D23132#543290, @mehdi_amini wrote:
>
> > That's a very good point, I'll work on this! Thanks.
>
>
> Are you still working on this code, or Peter's work makes this obsolete?


I'm actively working on the long term solution that revisit the bitcode "in depth". This is why I let Peter take the immediate step to provide the symbol table (I'll be careful about the API there since it'll interact with my work when we get there). I left this open as a reference, but we can close it now.


https://reviews.llvm.org/D23132





More information about the llvm-commits mailing list