Displaying 5 results from an estimated 5 matches for "jitmain".
Did you mean:
jit_main
2012 Jun 11
2
[LLVMdev] Why always abort in verifyFunction?
...ule will print to stderr and abort()
*PrintMessageAction*
verifyModule will print to stderr and return true
*ReturnStatusAction*
verifyModule will just return true
But it still abort when I pass PrintMessageAction/ReturnStatusAction
to function.
Log:
Basic Block in function 'jitmain' does not have terminator!
label %load_store
LLVM ERROR: Broken module, no Basic Block terminator!
Is there something wrong?
Best regards,
-myesis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-de...
2012 Jun 11
0
[LLVMdev] Why always abort in verifyFunction?
...Action*
>
> verifyModule will print to stderr and return true
> *ReturnStatusAction*
>
> verifyModule will just return true
>
> But it still abort when I pass
> PrintMessageAction/ReturnStatusAction to function.
>
> Log:
> Basic Block in function 'jitmain' does not have terminator!
> label %load_store
> LLVM ERROR: Broken module, no Basic Block terminator!
>
>
> Is there something wrong?
>
>
> Best regards,
> -myesis
>
> _______________________________________________
> LLVM Developers mai...
2010 Oct 07
0
[LLVMdev] libcpu with m88k
What kinds of errors are you getting?
On Thu, Oct 7, 2010 at 9:36 AM, Pradeep Ramachandran <pramach2 at uiuc.edu> wrote:
> Hi,
> I recently downloaded and installed the libcpu package (from http://libcpu.org
> ) that uses llvm as the backend on my linux machine. I have a piece of
> Motorola 88100 code (essentially the output of the 176.gcc benchmark
> from SPEC CPU 2000) that
2010 Oct 07
2
[LLVMdev] libcpu with m88k
Hi,
I recently downloaded and installed the libcpu package (from http://libcpu.org
) that uses llvm as the backend on my linux machine. I have a piece of
Motorola 88100 code (essentially the output of the 176.gcc benchmark
from SPEC CPU 2000) that I am trying to run using this emulator, but I
am running into errors when trying to run it.
Has anyone been able to successfully use the m88k
2012 Jun 12
2
[LLVMdev] Why always abort in verifyFunction?
...print to stderr and return true
>> *ReturnStatusAction*
>>
>> verifyModule will just return true
>>
>> But it still abort when I pass
>> PrintMessageAction/ReturnStatusAction to function.
>>
>> Log:
>> Basic Block in function 'jitmain' does not have terminator!
>> label %load_store
>> LLVM ERROR: Broken module, no Basic Block terminator!
>>
>>
>> Is there something wrong?
>>
>>
>> Best regards,
>> -myesis
>>
>> ____________________________...