[all-commits] [llvm/llvm-project] 891773: [lldb][test] Disable MD5 test for old versions of ...

David Spickett via All-commits all-commits at lists.llvm.org
Tue Jun 4 07:38:33 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8917739b4cb39e6cd2355672ff6e2c140b19aafd
      https://github.com/llvm/llvm-project/commit/8917739b4cb39e6cd2355672ff6e2c140b19aafd
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2024-06-04 (Tue, 04 Jun 2024)

  Changed paths:
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp

  Log Message:
  -----------
  [lldb][test] Disable MD5 test for old versions of Visual Studio (#94325)

In older versions there is this problem:

https://developercommunity.visualstudio.com/t/c-shared-state-futuresstate-default-constructs-the/60897

Which prevents us making a future out of a result type. There's
no good workaround so just don't compile this for older versions.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list