search for: c289fc29

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

2016 Mar 09
3
LLVM Fatal Error Handling
Now, at least in release 3.7.1, on an encounter with a fatal error at the time of compiling a module it will call an installed handler function and allow the application to log the error etc. However once said handler returns LLVM will force an exit of 0x1, something that I cant allow to ever occur, but according to the ErrorHandling header I cant safely throw an exception to back out of the error