[all-commits] [llvm/llvm-project] c3339e: [cmake] Make MSVC generate appropriate __cplusplus...

Tatyana Krasnukha via All-commits all-commits at lists.llvm.org
Mon Aug 3 02:53:34 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c3339e3e921c2e064936c30f5eacba4e41c432da
      https://github.com/llvm/llvm-project/commit/c3339e3e921c2e064936c30f5eacba4e41c432da
  Author: Tatyana Krasnukha <tatyana at synopsys.com>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    M llvm/utils/unittest/CMakeLists.txt

  Log Message:
  -----------
  [cmake] Make MSVC generate appropriate __cplusplus macro definition

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


  Commit: e97c693bb0ece2d9a2b0db75034927405fe3bfdf
      https://github.com/llvm/llvm-project/commit/e97c693bb0ece2d9a2b0db75034927405fe3bfdf
  Author: Tatyana Krasnukha <tatyana at synopsys.com>
  Date:   2020-08-03 (Mon, 03 Aug 2020)

  Changed paths:
    M lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp

  Log Message:
  -----------
  [lldb/Process/Windows] Attempting to kill exited/detached process in not an error

The lldb test-suite on Windows reports a 'CLEANUP ERROR' when attempting to kill
an exited/detached process. This change makes ProcessWindows consistent with
the other processes which only log the error. After this change a number of
'CLEANUP ERROR' messages are now removed.

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


Compare: https://github.com/llvm/llvm-project/compare/d23b15cc1607...e97c693bb0ec


More information about the All-commits mailing list