[PATCH] D32777: Remap metadata attached to global variables.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 2 18:27:23 PDT 2017
pcc accepted this revision.
pcc added a subscriber: dexonsmith.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
We were probably getting lucky with other metadata attachments for globals (e.g. `!dbg`), presumably these would need to be mapped as well if a global reference was reachable from `DIGlobalVariable` (I was under the impression that this was still possible with templates in some cases, but maybe this has been fixed -- @dexonsmith?).
Repository:
rL LLVM
https://reviews.llvm.org/D32777
More information about the llvm-commits
mailing list