Displaying 1 result from an estimated 1 matches for "test_task_inst".
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 any changes that might
caus...