Displaying 5 results from an estimated 5 matches for "dissasembl".
Did you mean:
dissasembly
2014 Mar 13
2
[LLVMdev] load bytecode from string for jiting problem
...() << "\n";
assert(false);
}
This is the execution result:
B ok
C ok
0xc0 ok
0xde ok
Invalid bitcode signature
Ok is not working :/
But why ???
For debuging, between 2) and 3), I export the readed module and write to
a file on my hard drive,
and try llvm-dis, and the dissasembly of the module works.
Wath's wrong? Any idea for solve this problem?
Thanks you very much.
Regards,
Willy
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
...0xde ok
>> Invalid bitcode signature
>>
>>
>>
>> Ok is not working :/
>> But why ???
>>
>>
>>
>> For debuging, between 2) and 3), I export the readed module and write to
>> a file on my hard drive,
>> and try llvm-dis, and the dissasembly of the module works.
>>
>> Wath's wrong? Any idea for solve this problem?
>>
>> Thanks you very much.
>>
>> Regards,
>> Willy
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu...
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
...ult:
> B ok
> C ok
> 0xc0 ok
> 0xde ok
> Invalid bitcode signature
>
>
>
> Ok is not working :/
> But why ???
>
>
>
> For debuging, between 2) and 3), I export the readed module and write to
> a file on my hard drive,
> and try llvm-dis, and the dissasembly of the module works.
>
> Wath's wrong? Any idea for solve this problem?
>
> Thanks you very much.
>
> Regards,
> Willy
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>...
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
...ok
>> Invalid bitcode signature
>>
>>
>>
>> Ok is not working :/
>> But why ???
>>
>>
>>
>> For debuging, between 2) and 3), I export the readed module and write to
>> a file on my hard drive,
>> and try llvm-dis, and the dissasembly of the module works.
>>
>> Wath's wrong? Any idea for solve this problem?
>>
>> Thanks you very much.
>>
>> Regards,
>> Willy
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc....
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
...;>>
>>>>
>>>>
>>>> For debuging, between 2) and 3), I export the readed
>>>> module and write to
>>>> a file on my hard drive,
>>>> and try llvm-dis, and the dissasembly of the module
>>>> works.
>>>>
>>>> Wath's wrong? Any idea for solve this problem?
>>>>
>>>> Thanks you very much.
>>>>
>>>> Regards,
>>>...