[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:38 PDT 2016


dexonsmith added a subscriber: dexonsmith.
dexonsmith added a comment.

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


http://reviews.llvm.org/D20147





More information about the llvm-commits mailing list