search for: llvmvstheworld

Displaying 2 results from an estimated 2 matches for "llvmvstheworld".

2003 Nov 12
1
[LLVMdev] Compare With GNU Lightning
...ple out there actually interested in this, would be to reimplement GNU lightning on top of LLVM. Anyway, today, I wrote up a small missive comparing GNU lightning and GCC with LLVM; it's kind of terse, but it should give you a better feel for why we feel this way: http://llvm.cs.uiuc.edu/docs/LLVMVsTheWorld.html -Brian -- gaeke at uiuc.edu
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