Displaying 2 results from an estimated 2 matches for "twofuncs".
Did you mean:
ofuncs
2010 May 29
1
[LLVMdev] Assertion when loading bitcode
.../llvm/llvm-2.7/lib/VMCore/Value.cpp:394: void llvm::ValueHandleBase::AddToExistingUseList(llvm::ValueHandleBase**): Assertion `VP == Next->VP && "Added to wrong list?"' failed.
0 lli 0x00658c30
Stack dump:
0. Program arguments: /arm-linux-llvm-2.7/bin/lli -march=arm /twofuncs.bc
Aborted
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100529/93c75fec/attachment.html>
2010 May 30
0
[LLVMdev] Assertion when loading bitcode
...394: void
> llvm::ValueHandleBase::AddToExistingUseList(llvm::ValueHandleBase**):
> Assertion `VP == Next->VP && "Added to wrong list?"' failed.
> 0 lli 0x00658c30
> Stack dump:
> 0. Program arguments: /arm-linux-llvm-2.7/bin/lli -march=arm
> /twofuncs.bc
> Aborted
> Thanks
> What compiler are you using? It's possible the compiler you're using
> is miscompiling LLVM.
>
> -Eli
I am using GCC 4.3.2 ( Debian 4.3.2-1.1) on x86. I will try out a different compiler.
---Hannibal
-------------- next par...