[all-commits] [llvm/llvm-project] 0bca9a: Fix lldb-vscode builds on Windows targeting POSIX

walter erquinigo via All-commits all-commits at lists.llvm.org
Thu Jan 28 09:36:39 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0bca9a7ce2eeaa9f1d732ffbc17769560a2b236e
      https://github.com/llvm/llvm-project/commit/0bca9a7ce2eeaa9f1d732ffbc17769560a2b236e
  Author: Walter Erquinigo <a20012251 at gmail.com>
  Date:   2021-01-28 (Thu, 28 Jan 2021)

  Changed paths:
    M lldb/tools/lldb-vscode/IOStream.cpp
    M lldb/tools/lldb-vscode/IOStream.h
    M lldb/tools/lldb-vscode/RunInTerminal.cpp
    M lldb/tools/lldb-vscode/VSCode.cpp
    M lldb/tools/lldb-vscode/VSCode.h
    M lldb/tools/lldb-vscode/lldb-vscode.cpp

  Log Message:
  -----------
  Fix lldb-vscode builds on Windows targeting POSIX

@stella.stamenova found out that lldb-vscode's Win32 macros were failing
when building on windows targetings POSIX platforms.

I'm changing these macros for LLVM_ON_UNIX, which should be more
accurate.




More information about the All-commits mailing list