search for: 148364fd

Displaying 2 results from an estimated 2 matches for "148364fd".

2003 Nov 12
0
[LLVMdev] Compare With GNU Lightning
...Have we looked at GNU Lightning? While its not complete, neither is LLVM's JIT. What's to stop us from integrating? ... just an idle thought .. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031112/148364fd/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031112/148364fd/attachm...
2003 Nov 11
4
[LLVMdev] assert failure
Hi LLVMdev, I am trying to add declarations of some functions in a module, and the following assert is failing test_task_inst: Type.cpp:130: const Type* Type::getForwardedTypeInternal() const: Assertion `ForwardType && "This type is not being forwarded to another type!"' failed. Any idea what the bug might be? The code was working about 3 months ago, and I am not aware of