Files
clang-p2996/lldb/source/Expression/IRExecutionUnit.cpp
Adrian Prantl c3eccf03b3 Avoid a potential exit(1) in LLVMContext::diagnose() (#84992)
by handling *all* errors in IRExecDiagnosticHandler. The function that
call this handles all unhandled errors with an `exit(1)`.

rdar://124459751

I don't really have a testcase for this, since the crash report I got
for this involved the Swift language plugin.
2024-03-13 08:53:13 -07:00

39 KiB