We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef26c4 commit e17c34eCopy full SHA for e17c34e
src/core/context.jl
@@ -107,10 +107,5 @@ end
107
108
function _install_handlers()
109
handler = @cfunction(handle_error, Cvoid, (Cstring,))
110
-
111
- # NOTE: LLVM doesn't support re-installing the error handler, which happens when we
112
- # `reload("LLVM")`, so reset it instead. This isn't correct, as the installed
113
- # handler might not have been ours. Ideally we'd have module finalizers...
114
- API.LLVMResetFatalErrorHandler()
115
API.LLVMInstallFatalErrorHandler(handler)
116
end
0 commit comments