[PATCH] D18945: [ThinLTO] Only compute imports for current module in FunctionImport pass

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 10 16:50:50 PDT 2016


tejohnson added a comment.

In http://reviews.llvm.org/D18945#396618, @tejohnson wrote:

> Note you can still do this from libLTO where you are calling ComputeCrossModuleImport and renameModuleForThinLTO directly (a single time per link).


(the once per link is obviously meant for the former, not the per-module renameModuleForThinLTO...)


http://reviews.llvm.org/D18945





More information about the llvm-commits mailing list