[Lldb-commits] [PATCH] D22950: Centralize all calls to select() into a single class so we always call select properly

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 8 10:36:13 PDT 2016


clayborg added a comment.

I am back from vacation again.

I will place this in a stand alone file and I will use SelectInfo.h if there is a "select.h" already in any "include" directories like "/usr/include" so we don't run into problems including the right file. If there aren't any select.h files, I will use Select.h. I would like to not use anything llvm in the SelectInfo.h file to keep us able to use this class in other tools that might not be including llvm or clang.


https://reviews.llvm.org/D22950





More information about the lldb-commits mailing list