Skip to main content

shutdown_llvm

Function shutdown_llvm 

Source
pub unsafe fn shutdown_llvm()
Expand description

This function is very unsafe. Any reference to LLVM data after this function is called will likely segfault. Probably only ever useful to call before your program ends. Might not even be absolutely necessary.