[llvm] r253954 - Add a FunctionImporter helper to perform summary-based cross-module function importing

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 06:05:32 PST 2015


On Tue, Nov 24, 2015 at 1:51 AM, Ismail Donmez via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> On Tue, Nov 24, 2015 at 8:07 AM, Mehdi Amini via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> Author: mehdi_amini
>> Date: Tue Nov 24 00:07:49 2015
>> New Revision: 253954
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=253954&view=rev
>> Log:
>> Add a FunctionImporter helper to perform summary-based cross-module function importing
>>
>> Summary:
>> This is a helper to perform cross-module import for ThinLTO. Right now
>> it is importing naively every possible called functions.
>>
>> Reviewers: tejohnson
>>
>> Subscribers: dexonsmith, llvm-commits
>>
>> Differential Revision: http://reviews.llvm.org/D14914
>>
>> From: Mehdi Amini <mehdi.amini at apple.com>
>
> This broke the cmake build for me and fixed in r253969 , please take a look.

Looks like there were some missed dependencies, it was in fact fixed in r253969.

Thanks,
Teresa

>
> Thanks!
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



-- 
Teresa Johnson | Software Engineer | tejohnson at google.com | 408-460-2413


More information about the llvm-commits mailing list