[Lldb-commits] [PATCH] D65822: Detect HAVE_SYS_TYPES_H in lldb

Haibo Huang via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 6 12:20:26 PDT 2019


hhb created this revision.
hhb added a reviewer: labath.
Herald added subscribers: lldb-commits, mgorny.
Herald added a project: LLDB.

After rL368069 <https://reviews.llvm.org/rL368069> I noticed that HAVE_SYS_TYPES_H is not defined in
Platform.h, or anywhere else in lldb. This change fixes that.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65822

Files:
  lldb/cmake/modules/LLDBGenerateConfig.cmake
  lldb/include/lldb/Host/Config.h.cmake
  lldb/source/Expression/UserExpression.cpp
  lldb/source/Expression/UtilityFunction.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
  lldb/tools/driver/Platform.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65822.213686.patch
Type: text/x-patch
Size: 3373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190806/a0ad73af/attachment.bin>


More information about the lldb-commits mailing list