Displaying 2 results from an estimated 2 matches for "2d913371".
Did you mean:
291331
2015 Jul 27
0
[LLVMdev] Linking tools
On Mon, Jul 27, 2015 at 9:59 AM, Russell Wallace <russell.wallace at gmail.com>
wrote:
> On Mon, Jul 27, 2015 at 5:52 PM, Reid Kleckner <rnk at google.com> wrote:
>
>> I think your original description of the situation is accurate. llvm-link
>> will take multiple bitcode files and spit out a big ball o' bitcode, but
>> that's usually not sufficient for
2015 Jul 27
2
[LLVMdev] Linking tools
On Mon, Jul 27, 2015 at 5:52 PM, Reid Kleckner <rnk at google.com> wrote:
> I think your original description of the situation is accurate. llvm-link
> will take multiple bitcode files and spit out a big ball o' bitcode, but
> that's usually not sufficient for LTO, which is the main use case that we
> want to support.
>
To be clear I understand you: the reason