Displaying 2 results from an estimated 2 matches for "1b942f82".
2012 Nov 20
0
[LLVMdev] Emit only one function of the module to native code
On 19/11/12 22:31, Christophe Duvernois wrote:
> Ok thanks,
> I thought there was a more direct way to do it...
I think this is supposed to be possible. llvm-gcc had logic for emitting code
for each function immediately after generating it, but it was ifdef'd out with
the remark that it was buggy. You might want to take a look at how llvm-gcc
was trying to do it. Since no-one is
2012 Nov 19
2
[LLVMdev] Emit only one function of the module to native code
Ok thanks,
I thought there was a more direct way to do it...
2012/11/19 Eric Christopher <echristo at gmail.com>
> llvm-extract and then llc?
>
> -eric
>
>
> On Mon, Nov 19, 2012 at 10:25 AM, Christophe Duvernois <
> christophe.duvernois at gmail.com> wrote:
>
>> Hi
>>
>> I use llvm-3.1. I have a large module and i want to emit native code