[PATCH] D17165: Fix cloning of debug info

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 16:09:27 PDT 2016


pcc added a subscriber: eugenis.
pcc added a comment.

@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.


Repository:
  rL LLVM

http://reviews.llvm.org/D17165





More information about the llvm-commits mailing list