[PATCH] D33655: [Cloning] Take another pass at properly cloning debug info
Keno Fischer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 29 14:02:06 PDT 2017
loladiro added a comment.
Well, note really, but that's sort of separate from this revision. A more accurate (though IMO still slightly confusing) description is the one that's on the flag:
/// If this flag is set, the remapper knows that only local values within a
/// function (such as an instruction or argument) are mapped, not global
/// values like functions and global metadata.
RF_NoModuleLevelChanges = 1,
https://reviews.llvm.org/D33655
More information about the llvm-commits
mailing list