[llvm-commits] [PATCH] New external2availableexternally pass (issue166075)

Jeffrey Yasskin jyasskin at google.com
Mon Dec 7 13:06:08 PST 2009


On Mon, Dec 7, 2009 at 12:59 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Dec 7, 2009, at 11:52 AM, Jeffrey Yasskin wrote:
>
>> Anyone have comments?
>
> Who are the expected clients of this?  It seems pretty special purpose to go into mainline.

People writing JITs are likely to use it to provide definitions of
their runtime library functions. Static compilers could use it too if
they ship with a compiled runtime but also want to be able to inline
bits of the runtime into their output, without making those bits
builtins.




More information about the llvm-commits mailing list