[PATCH] D50066: [IRMover] Don't materialise values from different source module
Xin Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 20 11:41:22 PDT 2018
trentxintong added a comment.
@evgeny777
Thanks!. The approach I am considering is to bring in something, like a stub (e.g. the declaration completely unmapped, we cant map it fully anyways) and eventually using it as a handle to RAUW when we have properly mapped in the SGV. Do you think this would work ?
https://reviews.llvm.org/D50066
More information about the llvm-commits
mailing list