search for: ___llvm_sjljeh_throw_longjmp

Displaying 1 result from an estimated 1 matches for "___llvm_sjljeh_throw_longjmp".

2011 Aug 03
1
[LLVMdev] LowerSetJmp Dead?
...e original author of this pass, but is the LowerSetJmp pass dead? I created a simple program, 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:...