mgorny accepted this revision.
mgorny added a comment.

Thanks for doing this. The common and POSIX parts LGTM. Just one minor 
suggestion since you've touched that line.



================
Comment at: lldb/source/Host/posix/MainLoopPosix.cpp:124
   assert(ret == 0);
-  (void) ret;
+  (void)ret;
 
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131159/new/

https://reviews.llvm.org/D131159

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

Reply via email to