Displaying 2 results from an estimated 2 matches for "sjljdestructor".
2006 Aug 08
3
[LLVMdev] build error
>From CVS:
llvm[3]: Compiling SJLJ-Exception.cpp for Debug build (bytecode)
SJLJ-Exception.cpp:16:19: cstdlib: No such file or directory
SJLJ-Exception.cpp:17:19: cassert: No such file or directory
SJLJ-Exception.cpp: In function `void SJLJDestructor(llvm_exception*)':
SJLJ-Exception.cpp:43: error: `free' undeclared (first use this function)
SJLJ-Exception.cpp:43: error: (Each undeclared identifier is reported only once for each function it appears in.)
SJLJ-Exception.cpp: In function `void __llvm_sjljeh_throw_longjmp(void*, int)':...
2006 Aug 08
0
[LLVMdev] build error
...01 +1000, Simon Burton wrote:
> >From CVS:
>
> llvm[3]: Compiling SJLJ-Exception.cpp for Debug build (bytecode)
> SJLJ-Exception.cpp:16:19: cstdlib: No such file or directory
> SJLJ-Exception.cpp:17:19: cassert: No such file or directory
> SJLJ-Exception.cpp: In function `void SJLJDestructor(llvm_exception*)':
> SJLJ-Exception.cpp:43: error: `free' undeclared (first use this function)
> SJLJ-Exception.cpp:43: error: (Each undeclared identifier is reported only once for each function it appears in.)
> SJLJ-Exception.cpp: In function `void __llvm_sjljeh_throw_longjmp(voi...