lemo added inline comments.

================
Comment at: source/Utility/LLDBAssert.cpp:31
+            "log, and as many details as possible\n";
+  exit(1);
 }
----------------
abort() may be a better choice here (exit() path calls a lot of shutdown code 
and it's not safe in a number of cases)


https://reviews.llvm.org/D51604



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to