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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 10 15:59:51 PDT 2016


joker.eph added a comment.

> This is particularly for the distributed build case where the importing is done in the back end processes.


This is the part I'm not convinced yet, because of the part where I wrote "The export list is gonna be needed to drive a "smart" promotion/renaming, so I expect it to be needed at the same stage you need the import list."


http://reviews.llvm.org/D18945





More information about the llvm-commits mailing list