[all-commits] [llvm/llvm-project] 5c4071: [lldb][Windows] Fix ZipFileResolver tests

Kazuki Sakamoto via All-commits all-commits at lists.llvm.org
Thu Jun 22 10:52:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c4071d225169d22387dd27df0f32a4efc8a0caa
      https://github.com/llvm/llvm-project/commit/5c4071d225169d22387dd27df0f32a4efc8a0caa
  Author: Kazuki Sakamoto <sakamoto at splhack.org>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M lldb/source/Host/common/ZipFileResolver.cpp

  Log Message:
  -----------
  [lldb][Windows] Fix ZipFileResolver tests

D152759 introduced the Android .zip so file support, but it only considered
POSIX path. The code also runs on Windows, so the path could be Windows path.
Support both patterns on Windows.

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




More information about the All-commits mailing list