Displaying 1 result from an estimated 1 matches for "1035133".
Did you mean:
1035135
2013 Dec 13
2
[LLVMdev] Making LLVM safer in out-of-memory situations
Hi Hal,
> Does this mean that you're using C++ exception handling to manage the cleanup?
No, not really. From the place where we're calling into llvm we are catching all exceptions that may occur during compilation, but normally we do not add any additional catch clauses into the llvm source itself. We mainly rely on correct stack unwinding by destructors in llvm when an exception is