[all-commits] [llvm/llvm-project] bf3383: [lldb] Get rid of HAVE_SYS_TYPES_H

Nico Weber via All-commits all-commits at lists.llvm.org
Tue Aug 3 13:15:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf3383501fefc6cfe0d8f313a2814f7fa34d4492
      https://github.com/llvm/llvm-project/commit/bf3383501fefc6cfe0d8f313a2814f7fa34d4492
  Author: Nico Weber <thakis at chromium.org>
  Date:   2021-08-03 (Tue, 03 Aug 2021)

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

  Log Message:
  -----------
  [lldb] Get rid of HAVE_SYS_TYPES_H

LLVM includes this header unconditionally on all platforms
(including Windows), so this define should no longer be necessary.

No behavior change.

Differential Revision: https://reviews.llvm.org/D107338




More information about the All-commits mailing list