[PATCH] D20147: [WIP] DebugInfo: New metadata representation for global variables.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 16:35:53 PDT 2016


mehdi_amini added a comment.

I agree with you on llvm-ar.
For ThinLTO it is totally different and the symbol table does not help: when you want to import a function, you need to lazy-load the module and materialize the functions you want to import.
This is where we want as much laziness with other globals and more importantly metadata in general.


http://reviews.llvm.org/D20147





More information about the llvm-commits mailing list