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

Duncan P. N. Exon Smith via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 15:22:35 PDT 2016


One fix for that would be to lazy-load global variables/aliases, and load the metadata block when the first global variable is accessed.

> On 2016-Jun-02, at 13:01, Peter Collingbourne <peter at pcc.me.uk> wrote:
> 
> pcc added a comment.
> 
> We currently aren't correctly deserializing global variable metadata from lazy loaded modules, so should probably hold off until that's fixed.
> 
> 
> http://reviews.llvm.org/D20147
> 
> 
> 



More information about the llvm-commits mailing list