search for: __llvm_sjljeh_destroy_setjmpmap

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

2006 Aug 08
3
[LLVMdev] build error
...pp: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)': SJLJ-Exception.cpp:53: error: `malloc' undeclared (first use this function) SJLJ-Exception.cpp: In function `void __llvm_sjljeh_destroy_setjmpmap(void**)': SJLJ-Exception.cpp:78: error: `free' undeclared (first use this function) SJLJ-Exception.cpp: In function `void __llvm_sjljeh_add_setjmp_to_map(void**, void*, unsigned int)': SJLJ-Exception.cpp:96: error: `malloc' undeclared (first use this function) SJLJ-Exception.cpp: In...
2006 Aug 08
0
[LLVMdev] build 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)': > SJLJ-Exception.cpp:53: error: `malloc' undeclared (first use this function) > SJLJ-Exception.cpp: In function `void __llvm_sjljeh_destroy_setjmpmap(void**)': > SJLJ-Exception.cpp:78: error: `free' undeclared (first use this function) > SJLJ-Exception.cpp: In function `void __llvm_sjljeh_add_setjmp_to_map(void**, void*, unsigned int)': > SJLJ-Exception.cpp:96: error: `malloc' undeclared (first use this function) > SJ...