amccarth added inline comments.

================
Comment at: source/Host/common/HostInfoBase.cpp:88
@@ +87,3 @@
+{
+    CleanupProcessSpecificLLDBTempDir();
+    delete g_fields;
----------------
There's a difference in behavior in that this now happens even if we haven't 
(yet) created a temp directory.  As a side effect, 
CleanupProcessSpecificLLDBTempDir will first _create_ the temp directory and 
then immediately delete it, which seems wasteful.


http://reviews.llvm.org/D17420



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

Reply via email to