[Lldb-commits] [lldb] (lldb) Fix build break for Windows (`PATH_MAX`) (PR #104493)

via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 15 15:07:47 PDT 2024


royitaqi wrote:

After fixing the build break, this now shows a test failure in windows.

```
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\unittests\Utility\FileSpecListTest.cpp(174): error: Expected equality of these values:
  ret
    Which is: 4294967295
  (size_t)0
    Which is: 0
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\unittests\Utility\FileSpecListTest.cpp:174
Expected equality of these values:
  ret
    Which is: 4294967295
  (size_t)0
    Which is: 0
```

I'm looking at how to fix it.

https://github.com/llvm/llvm-project/pull/104493


More information about the lldb-commits mailing list