Index: source/Utility/LLDBAssert.cpp =================================================================== --- source/Utility/LLDBAssert.cpp +++ source/Utility/LLDBAssert.cpp @@ -28,5 +28,6 @@ llvm::sys::PrintStackTrace(errs()); errs() << "please file a bug report against lldb reporting this failure " "log, and as many details as possible\n"; + exit(1); } }