Displaying 2 results from an estimated 2 matches for "llvm_instal_error_handl".
Did you mean:
llvm_instal_error_handler
2010 Jun 18
2
[LLVMdev] Catching Signals While JIT'ing Code
...handle signals raised during the execution of LLVM's optimization passes or the JIT'ing of code prior to running it.
In particular, LLVM throws unix signals instead of C++ exceptions while the header ErrorHandling.h contains the following warning (the last paragraph in particular):
/// llvm_instal_error_handler - Installs a new error handler to be used
/// whenever a serious (non-recoverable) error is encountered by LLVM.
///
/// (snip)
///
/// It is dangerous to naively use an error handler which throws an exception.
/// Even though some applications desire to gracefully recover from arbitr...
2010 Jun 18
0
[LLVMdev] Catching Signals While JIT'ing Code
...g the
> execution of LLVM's optimization passes or the JIT'ing of code prior to
> running it.
> In particular, LLVM throws unix signals instead of C++ exceptions while the
> header ErrorHandling.h contains the following warning (the last paragraph in
> particular):
> /// llvm_instal_error_handler - Installs a new error handler to be used
> /// whenever a serious (non-recoverable) error is encountered by LLVM.
> ///
> /// (snip)
> ///
> /// It is dangerous to naively use an error handler which throws an
> exception.
> /// Even though some applications desir...