Displaying 1 result from an estimated 1 matches for "___llvm_sjljeh_init_setjmpmap".
2011 Aug 03
1
[LLVMdev] LowerSetJmp Dead?
...am, manually converted it to use the @llvm.setjmp/@llvm.longjmp intrinsics, ran "opt -lowersetjmp" on it, and tried to compile it only to get this:
Undefined symbols for architecture x86_64:
"___llvm_sjljeh_throw_longjmp", referenced from:
foo() in ccf8Gf0w.o
"___llvm_sjljeh_init_setjmpmap", referenced from:
_main in ccf8Gf0w.o
"___llvm_sjljeh_add_setjmp_to_map", referenced from:
_main in ccf8Gf0w.o
"___llvm_sjljeh_destroy_setjmpmap", referenced from:
_main in ccf8Gf0w.o
"___llvm_sjljeh_is_longjmp_exception", referenced from:...