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

Ismail Donmez via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 01:51:31 PST 2015


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.

Thanks!


More information about the llvm-commits mailing list