[PATCH] D17165: Fix cloning of debug info
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 17:06:36 PDT 2016
tejohnson added a comment.
In http://reviews.llvm.org/D17165#386322, @pcc wrote:
> @tejohnson I think you are correct. We (me and @eugenis) also observed another problem: this change introduces O(n^2) complexity in the module cloner. I have sent out http://reviews.llvm.org/D18583 that should solve both problems.
Yep, I could imagine that since the cloned debug is continually added to the source module. Thanks for the fix, will take a look at http://reviews.llvm.org/D18583.
Repository:
rL LLVM
http://reviews.llvm.org/D17165
More information about the llvm-commits
mailing list