commit | 39234fc67e3fbb4320e9000af8f2e0b0bed79d3f | [log] [tgz] |
---|---|---|
author | Joseph Tremoulet <jotrem@microsoft.com> | Wed Oct 07 19:29:56 2015 +0000 |
committer | Joseph Tremoulet <jotrem@microsoft.com> | Wed Oct 07 19:29:56 2015 +0000 |
tree | 72b29e8fb09d2df6d0afb5c4a9da38a341176bfc | |
parent | 15ef5e174b2189231d837576e450b626e5bf730d [diff] |
[WinEH] Set NoModuleLevelChanges in clone flags Summary: This is necessary to keep the cloner from making bogus copies of debug metadata attached to the IR it is cloning. Also, avoid running RemapInstruction over all instructions in the common case that no cloning was performed. Reviewers: rnk, andrew.w.kaylor, majnemer Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D13514 llvm-svn: 249591